]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
btrace: add instruction-history /s and fix documentation
authorMarkus Metzger <markus.t.metzger@intel.com>
Fri, 11 Sep 2015 08:09:54 +0000 (10:09 +0200)
committerMarkus Metzger <markus.t.metzger@intel.com>
Wed, 4 Nov 2015 08:16:18 +0000 (09:16 +0100)
commit0c532a298058669a72061ad94ba9e24170ae91ae
treeb38ded99d8bc4574fe3a4ab801e498d1510aa56a
parentf94cc8975cfcf8625833eba0c0077bb878f0cbaa
btrace: add instruction-history /s and fix documentation

Add support for the /s modifier of the "record instruction-history" command.  It
behaves exactly like /m and prints disassembled instructions in the order in
which they were recorded with interleaved sources.  We accept /s in addition
to /m to align with the "disassemble" command.

The "record instruction-history" modifiers were not documented.  Document
all of them.

gdb/
* record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
instead of DISASSEMBLY_SOURCE_DEPRECATED.  Also accept /s.
(_initialize_record): Document the /s modifier.
* NEWS: Announce record instruction-history's new /s modifier.

doc/
* gdb.texinfo (Process Record and Replay): Document "record
instruction-history" modifiers.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/record.c