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: [RFC] fix regression with target-async and record


On 02/25/2014 06:38 PM, Tom Tromey wrote:

> 2014-02-25  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_can_async_p, to_is_async_p>:
> 	Use TARGET_DEFAULT_RETURN.
> 	(find_default_can_async_p): Declare.
> 	* target.c (find_default_can_async_p): No longer static.  Use
> 	current target if it can run.
> 	(find_default_is_async_p): Remove.
> 	* target-delegates.c: Rebuild.
> 	* record-full.c (record_full_can_async_p, record_full_is_async_p):
> 	Remove.
> 	(init_record_full_ops, init_record_full_core_ops): Update.
> 	* infcmd.c (run_command_1, attach_command): Use
> 	find_default_can_async_p.
> 
> 2014-02-25  Tom Tromey  <tromey@redhat.com>
> 
> 	* gdb.reverse/break-precsave.exp (precsave_tests): New proc.
> 	Add target-async tests.

Thanks, this is OK.

-- 
Pedro Alves


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