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 v8 1/7] Identify remote fork event support


On 04/17/2015 09:58 PM, Don Breazeal wrote:

> gdb/
> 2015-04-17  Don Breazeal  <donb@codesourcery.com>
> 
> 	* nat/linux-ptrace.c (linux_check_ptrace_features): Change
> 	from static to extern.
> 	* nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
> 	* remote.c (anonymous enum): <PACKET_fork_event_feature,
> 	* PACKET_vfork_event_feature>: New enumeration constants.
> 	(remote_protocol_features): Add table entries for new packets.
> 	(remote_query_supported): Add new feature queries to qSupported
> 	packet.


> 	(_initialize_remote): Exempt new packets from the requirement
> 	to have 'set remote' commands.

This bit is stale.

Otherwise OK.

Thanks,
Pedro Alves


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