mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
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.
This commit is contained in:
@ -565,13 +565,13 @@ save_trace_state_variables (struct ui_file *fp)
|
||||
it means that somebody issued the "command" at the top level,
|
||||
which is always an error. */
|
||||
|
||||
void
|
||||
static void
|
||||
end_actions_pseudocommand (char *args, int from_tty)
|
||||
{
|
||||
error (_("This command cannot be used at the top level."));
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
while_stepping_pseudocommand (char *args, int from_tty)
|
||||
{
|
||||
error (_("This command can only be used in a tracepoint actions list."));
|
||||
|
Reference in New Issue
Block a user