current spelling of 'teval'.
+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
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"));
}
}