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 v3 4/7] Per-inferior/Inferior-qualified thread IDs


Oh, one comment I forgot:

On 16-01-06 08:03 AM, Pedro Alves wrote:
> +   A range will be of the form
> +   <inferior_num>.<thread_number1>-<thread_number1> and will represent
> +   all the threads of inferior inferior_num with number between
> +   thread_number1 and thread_number2, inclusive.  <inferior_num> can
> +   also be omitted, as in <thread_number1>-<thread_number1>, in which
> +   case GDB infers the inferior number from the current inferior.

Because this class^Wstruct and associated functions are disconnected from
the global GDB state (which is great), it would be more accurate to say
something like "from the default passed to the constructor^Winit function.


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