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 1/2] record: add "record instruction-history" command


On Fri, 22 Feb 2013 13:17:16 +0100, markus.t.metzger@intel.com wrote:
> 	* target.h (target_ops): Add to_insn_history and
> 	to_insn_history_range fields.
> 	(target_insn_history): New.
> 	(target_insn_history_range): New.
> 	* target.c (target_insn_history): New.
> 	(target_insn_history_range): New.
> 	* record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
> 	(record_insn_history_size): New.
> 	(get_insn_number): New.
> 	(get_insn_history_modifiers): New.
> 	(cmd_record_insn_history): New.
> 	(_initialize_record): Add "set/show record instruction-history-size"
> 	command. Add "record instruction-history" command.

OK for check-in with the rest of patchset.


Thanks,
Jan


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