This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch v4 08/24] record-btrace: make ranges include begin and end


On Wed, 03 Jul 2013 11:14:18 +0200, Markus Metzger wrote:
> The "record function-call-history" and "record instruction-history" commands
> accept a range "begin, end".  End is not included in both cases.  Include it.
> 
> Reviewed-by: Eli Zaretskii  <eliz@gnu.org>
> CC: Christian Himpel  <christian.himpel@intel.com>
> 2013-07-03  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.
> 
> 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.

This is OK.


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]