This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 09/30] Introduce interruptible_select


On 16-03-18 03:18 PM, Pedro Alves wrote:
> @@ -749,6 +757,8 @@ async_init_signals (void)
>  {
>    initialize_async_signal_handlers ();
>  
> +  quit_serial_event = make_serial_event ();
> +

Just above these line is this comment:

/* NOTE: 1999-04-30 This is the asynchronous version of init_signals.
   init_signals will become obsolete as we move to have to event loop
   as the default for gdb.  */


Is is still relevant?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]