diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2013-04-17 09:39:43 +0200 |
---|---|---|
committer | Markus Metzger <markus.t.metzger@intel.com> | 2014-01-16 13:05:38 +0100 |
commit | 0688d04e19c0e6305c1034eb5e97a66458fd805a (patch) | |
tree | be934314a7c9e9afd80c3488d38eb71c8a25a367 /gdb/NEWS | |
parent | 8710b7097e6564969c5e417007a438d8f4ab710e (diff) | |
download | gdb-0688d04e19c0e6305c1034eb5e97a66458fd805a.zip gdb-0688d04e19c0e6305c1034eb5e97a66458fd805a.tar.gz gdb-0688d04e19c0e6305c1034eb5e97a66458fd805a.tar.bz2 |
record-btrace: make ranges include begin and end
The "record function-call-history" and "record instruction-history" commands
accept a range "begin, end". End is not included in both cases. Include it.
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
* record-btrace.c (record_btrace_insn_history_range): Include
end.
(record_btrace_insn_history_from): Adjust range.
(record_btrace_call_history_range): Include
end.
(record_btrace_call_history_from): Adjust range.
* NEWS: Announce changes.
testsuite/
* gdb.btrace/function_call_history.exp: Update tests.
* gdb.btrace/instruction_history.exp: Update tests.
doc/
* gdb.texinfo (Process Record and Replay): Update documentation.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Both ranges are now printed as '<from>, <to>' to allow copy&paste to the "record instruction-history" and "list" commands. +* The ranges given as arguments to the 'record function-call-history' and + 'record instruction-history' commands are now inclusive. + *** Changes in GDB 7.7 * Improved support for process record-replay and reverse debugging on |