record-btrace: fix insn range in function call history
authorMarkus Metzger <markus.t.metzger@intel.com>
Tue, 26 Mar 2013 10:32:20 +0000 (11:32 +0100)
committerMarkus Metzger <markus.t.metzger@intel.com>
Thu, 16 Jan 2014 11:45:12 +0000 (12:45 +0100)
commit7acbe13307c209309f1733757b6d5d7a2d9bce9b
tree6aac3a9b6111051c8d52fc8e2424efd7db4379d0
parent23a7fe7580c5625dd19c852faf9a3acb56293207
record-btrace: fix insn range in function call history

With the "/i" modifier, we print the instruction number range in the
"record function-call-history" command as [begin, end).

It would be more intuitive if we printed the range as [begin, end].

2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>

* record-btrace.c (btrace_call_history_insn_range): Print
insn range as [begin, end].
gdb/ChangeLog
gdb/record-btrace.c
This page took 0.038161 seconds and 4 git commands to generate.