diff options
author | Yao Qi <yao@codesourcery.com> | 2013-02-14 03:57:13 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-02-14 03:57:13 +0000 |
commit | 7b3ae3a66fc5e88b441ab616ef728e00d11c249e (patch) | |
tree | b6d4b17dcdfac2e13a5d3214f638273204968058 /gdb/tracepoint.h | |
parent | 55015247e37b04306b4c8ccc463d3ddc09bab1db (diff) | |
download | gdb-7b3ae3a66fc5e88b441ab616ef728e00d11c249e.zip gdb-7b3ae3a66fc5e88b441ab616ef728e00d11c249e.tar.gz gdb-7b3ae3a66fc5e88b441ab616ef728e00d11c249e.tar.bz2 |
gdb/
* tracepoint.c (end_actions_pseudocommand): Make it static.
(while_stepping_pseudocommand): Likewise.
* tracepoint.h (end_actions_pseudocommand): Remove the
declaration.
(while_stepping_pseudocommand): Likewise.
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 2e1d83a..f95bb54 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -244,9 +244,6 @@ extern void encode_actions (struct breakpoint *t, struct bp_location *tloc, extern void validate_actionline (char **, struct breakpoint *); -extern void end_actions_pseudocommand (char *args, int from_tty); -extern void while_stepping_pseudocommand (char *args, int from_tty); - extern struct trace_state_variable *find_trace_state_variable (const char *name); extern struct trace_state_variable *create_trace_state_variable (const char *name); |