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] [RFC, docs RFA] gdbserver and gdb.threads/attach-into-signal.exp.


> Date: Wed, 07 Mar 2012 18:25:18 +0000
> From: Pedro Alves <palves@redhat.com>
> CC: gdb-patches@sourceware.org
> 
> +z0/z1 conditional breakpoints extension
> +
>    The z0/z1 breakpoint insertion packets have been extended to carry
>    a list of conditional expressions over to the remote stub depending on the
>    condition evaluation mode.  The use of this extension can be controlled
>    via the "set remote conditional-breakpoints-packet" command.

This should be a separate (obvious) commit, I Think.

> +QProgramSignals:
> +
> +  Signals the remote stub may pass to the debugged program, without
> +  GDB involvement.

OK, but the style is different from all the other entries for
packets.  How about this small change:

  Specify the signals which the remote stub may pass ...


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