old-cross-binutils/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 Unify actions and commands 2010-03-23 21:32:28 +00:00
ax.exp 2010-03-19 Stan Shebs <stan@codesourcery.com> 2010-03-19 22:00:17 +00:00
backtrace.exp * gdb.trace/backtrace.exp: Adjust for x86 and x86_64. 2010-03-12 04:04:40 +00:00
circ.c
circ.exp 2010-03-18 Stan Shebs <stan@codesourcery.com> 2010-03-18 21:23:35 +00:00
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 Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
infotrace.exp Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
limits.c
limits.exp Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
Makefile.in
packetlen.exp Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
passc-dyn.exp Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
passcount.exp Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
report.exp * gdb.trace/backtrace.exp: Adjust for x86 and x86_64. 2010-03-12 04:04:40 +00:00
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 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64. 2010-03-12 04:04:40 +00:00
tracecmd.exp Add fast tracepoints. 2010-01-06 04:20:27 +00:00
tsv.exp Update copyright year in most headers. 2010-01-01 07:32:07 +00:00
while-dyn.exp gdb/ 2010-03-28 18:00:57 +00:00
while-stepping.exp Unify actions and commands 2010-03-23 21:32:28 +00:00