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: Target-specific command logging facility


On Fri, 30 Nov 2007, Maciej W. Rozycki wrote:

> 2006-02-13  Maciej W. Rozycki  <macro@mips.com>
> 
> 	* target.c (update_current_target): Inherit to_log_command.
> 	* target.h (struct target_ops). Add to_log_command.
> 	(target_log_command): New macro.
> 	* top.c (execute_command): Call target_log_command() rather than
> 	serial_log_command().
> 	* monitor.c (init_base_monitor_ops): Initialize to_log_command.
> 	* remote-m32r-sdi.c (init_m32r_ops): Likewise.
> 	* remote-mips.c (_initialize_remote_mips): Likewise.
> 	* remote.c (init_remote_ops): Likewise.

 Having seen no objections I have committed it now.

  Maciej


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