diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index c185672..b43fbd7 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -436,4 +436,7 @@ extern struct traceframe_info *get_traceframe_info (void); extern struct bp_location *get_traceframe_location (int *stepping_frame_p); +/* Command element for the 'while-stepping' command. */ +extern cmd_list_element *while_stepping_cmd_element; + #endif /* TRACEPOINT_H */ |