mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08:00
* breakpoint.c (check_no_tracepoint_commands): Use
current spelling of 'teval'.
This commit is contained in:
parent
58ddf7c9cd
commit
51661e93bc
@ -1,3 +1,8 @@
|
||||
2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* breakpoint.c (check_no_tracepoint_commands): Use
|
||||
current spelling of 'teval'.
|
||||
|
||||
2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
Unify actions and commands
|
||||
|
@ -716,8 +716,8 @@ check_no_tracepoint_commands (struct command_line *commands)
|
||||
if (strstr (c->line, "collect ") == c->line)
|
||||
error (_("The 'collect' command can only be used for tracepoints"));
|
||||
|
||||
if (strstr (c->line, "eval ") == c->line)
|
||||
error (_("The 'eval' command can only be used for tracepoints"));
|
||||
if (strstr (c->line, "teval ") == c->line)
|
||||
error (_("The 'teval' command can only be used for tracepoints"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user