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 1/4] Move traceframe checking out of traceframe generation


On 04/28/2014 07:12 AM, Yao Qi wrote:
> This patch moves traceframe checking code out of traceframe generation,
> so that we can generation traceframe once, and do the checking in multiple
> times (with target remote, tfile and ctf respectively).  This is a
> pure refactor, not functional changes in unavailable.exp.
> 
> gdb/testsuite:
> 
> 2014-04-26  Yao Qi  <yao@codesourcery.com>
> 
> 	* gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
> 	code to ...
> 	(gdb_collect_args_test_1): ... it.  New proc.
> 	(gdb_collect_locals_test): Move some code to ...
> 	(gdb_collect_locals_test_1): ... it.  New proc.
> 	(gdb_unavailable_registers_test): Move some code to ...
> 	(gdb_unavailable_registers_test_1): ... it.  New proc.
> 	(gdb_unavailable_floats): Move some code to ...
> 	(gdb_unavailable_floats_1): ... it.  New proc.

OK.  Thanks.

-- 
Pedro Alves


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