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 v9 20/23] record-btrace, disas: omit pc prefix


On Mon, 04 Mar 2013 18:06:07 +0100, Markus Metzger wrote:
> Add a disassembly flag to omit the pc prefix and use it in the "record
> instruction-history" command of record-btrace.
> 
> The pc prefix would appear multiple times in the branch trace disassembly,
> which is more confusing than helpful.
> 
> 2013-03-04  Markus Metzger  <markus.t.metzger@intel.com>
> 
> 	* record-btrace.c (btrace_insn_history): Omit the pc prefix in
> 	the instruction history disassembly.
> 	* disasm.c (dump_insns): Omit the pc prefix, if requested.
> 	* disasm.h (DISASSEMBLY_OMIT_PC): New.

OK.


Thanks,
Jan


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