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 v2 5/5] Extended-remote exec event docs


On 07/31/2015 12:19 AM, Don Breazeal wrote:

> diff --git a/gdb/NEWS b/gdb/NEWS
> index 7ce9758..87e1ad4 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -5,6 +5,23 @@
>  
>  * Support for tracepoints on aarch64-linux was added in GDBserver.
>  
> +* New remote packets
> +
> +exec stop reason
> +  Indicates that an exec system call was executed.
> +
> +exec-events feature in qSupported
> +  The qSupported packet allows GDB to request support for exec
> +  events using the new 'gdbfeature' exec-event, and the qSupported
> +  response can contain the corresponding 'stubfeature'.  Set and
> +  show commands can be used to display whether these features are enabled.

Could you please mention the new commands as well?  Look for "set remote " in
the NEWS file for examples.

Thanks,
Pedro Alves


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