]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
record-btrace: make ranges include begin and end
authorMarkus Metzger <markus.t.metzger@intel.com>
Wed, 17 Apr 2013 07:39:43 +0000 (09:39 +0200)
committerMarkus Metzger <markus.t.metzger@intel.com>
Thu, 16 Jan 2014 12:05:38 +0000 (13:05 +0100)
commit0688d04e19c0e6305c1034eb5e97a66458fd805a
treebe934314a7c9e9afd80c3488d38eb71c8a25a367
parent8710b7097e6564969c5e417007a438d8f4ab710e
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.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/record-btrace.c
gdb/target.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.btrace/function_call_history.exp
gdb/testsuite/gdb.btrace/instruction_history.exp