binutils-gdb/gdb/testsuite/gdb.trace
Pedro Alves 2c58c0a9a5 gdb/
* tracepoint.c: Include stack.h.
	(struct add_local_symbols_data): New.
	(do_collect_symbol): New.
	(add_local_symbols): Rewrite using iterate_over_block_arg_vars and
	iterate_over_block_local_vars.
	* stack.c (print_block_frame_locals): Rewrite as ...
	(iterate_over_block_locals): ... this.  Take a callback function
	pointer and generic data pointer, and call that instead of
	print_variable_and_value.
	(struct print_variable_and_value_data): New.
	(do_print_variable_and_value): New.
	(iterate_over_block_local_vars): New, abstracted out from
	print_frame_local_vars.
	(print_frame_local_vars): Rewrite using
	iterate_over_block_local_vars.
	(iterate_over_block_arg_vars): New, abstracted out from
	print_frame_arg_vars.
	(print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
	* stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
	(iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.

	gdb/testsuite/
	* gdb.trace/collection.c (local_test_func): Define a local struct,
	and instanciate it.
2010-04-01 11:24:01 +00:00
..
actions.c
actions.exp
ax.exp
backtrace.exp
circ.c
circ.exp
collection.c gdb/ 2010-04-01 11:24:01 +00:00
collection.exp * gdb.trace/collection.exp (gdb_collect_args_test) 2010-04-01 00:55:03 +00:00
deltrace.exp
infotrace.exp
limits.c
limits.exp
Makefile.in
packetlen.exp
passc-dyn.exp
passcount.exp
report.exp
save-trace.exp 2010-03-31 Stan Shebs <stan@codesourcery.com> 2010-03-31 17:59:49 +00:00
tfile.c gdb/ 2010-03-26 14:31:48 +00:00
tfile.exp 2010-03-25 Stan Shebs <stan@codesourcery.com> 2010-03-26 01:46:29 +00:00
tfind.exp
tracecmd.exp
tsv.exp
while-dyn.exp gdb/ 2010-03-28 18:00:57 +00:00
while-stepping.exp