2010-03-31 Stan Shebs <stan@codesourcery.com>
* breakpoint.c (tracepoint_save_command): Include variables, conditionals, tracepoint types, and default-collect. * tracepoint.c (save_trace_state_variables): New function. * tracepoint.h (save_trace_state_variables): Declare it. * gdb.trace/save-trace.exp: Test save/restore of default-collect and tracepoint conditionals. (gdb_verify_tracepoints): Delete unused return.
This commit is contained in:
parent
f3c8116cd2
commit
8bf6485c1c
6 changed files with 62 additions and 5 deletions
|
@ -207,6 +207,7 @@ extern void stop_tracing (void);
|
|||
extern void trace_status_mi (int on_stop);
|
||||
|
||||
extern void tvariables_info_1 (void);
|
||||
extern void save_trace_state_variables (struct ui_file *fp);
|
||||
|
||||
extern void tfind_1 (enum trace_find_type type, int num,
|
||||
ULONGEST addr1, ULONGEST addr2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue