binutils-gdb/gdb/testsuite/gdb.btrace
Markus Metzger 0688d04e19 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.
2014-01-16 13:05:38 +01:00
..
enable.c
enable.exp
exception.cc record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
exception.exp record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
function_call_history.c
function_call_history.exp record-btrace: make ranges include begin and end 2014-01-16 13:05:38 +01:00
instruction_history.c
instruction_history.exp record-btrace: make ranges include begin and end 2014-01-16 13:05:38 +01:00
instruction_history.S
Makefile.in record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
tailcall.exp record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
unknown_functions.c record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
unknown_functions.exp record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
x86-tailcall.c record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00
x86-tailcall.S record-btrace: optionally indent function call history 2014-01-16 13:03:41 +01:00