diff options
author | Markus Metzger <mmetzger@sourceware.org> | 2013-03-11 08:53:17 +0000 |
---|---|---|
committer | Markus Metzger <mmetzger@sourceware.org> | 2013-03-11 08:53:17 +0000 |
commit | 946287b73c02d2bd079af1fcf6a3b412365a2851 (patch) | |
tree | 52dfcac0b29260e9936b69e30da40f540bd369ef /gdb/ChangeLog | |
parent | afedecd388d5a4db011c51c617daa1e7224b79e4 (diff) | |
download | ppe42-binutils-946287b73c02d2bd079af1fcf6a3b412365a2851.tar.gz ppe42-binutils-946287b73c02d2bd079af1fcf6a3b412365a2851.zip |
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.
gdb/
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f1f4611f1a..62fd574f39 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-03-11 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. + +2013-03-11 Markus Metzger <markus.t.metzger@intel.com> + * Makefile.in (SFILES): Add record-btrace.c (COMMON_OBS): Add record-btrace.o * record-btrace.c: New. |