5de9129b06
The record instruction-history and record-function-call-history commands start counting instructions at zero. This is somewhat unintuitive when we start navigating in the recorded instruction history. Start at one, instead. 2014-01-16 Markus Metzger <markus.t.metzger@intel.com> * btrace.c (ftrace_new_function): Start counting at one. * record-btrace.c (record_btrace_info): Adjust number of calls and insns. * NEWS: Announce it. testsuite/ * gdb.btrace/instruction_history.exp: Update. * gdb.btrace/function_call_history.exp: Update. |
||
---|---|---|
.. | ||
enable.c | ||
enable.exp | ||
function_call_history.c | ||
function_call_history.exp | ||
instruction_history.c | ||
instruction_history.exp | ||
instruction_history.S | ||
Makefile.in |