No real change besides the error message.
gdb/ChangeLog:
* infcall.c (call_function_by_hand): Rephrase error message.
+2011-05-30 Joel Brobecker <brobecker@adacore.com>
+
+ * infcall.c (call_function_by_hand): Rephrase error message.
+
2011-05-27 Pedro Alves <pedro@codesourcery.com>
* defs.h (struct thread_info, struct inferior): Delete forward
error (_("May not call functions while looking at trace frames."));
if (execution_direction == EXEC_REVERSE)
- error (_("May not call functions in reverse."));
+ error (_("Cannot call functions in reverse mode."));
frame = get_current_frame ();
gdbarch = get_frame_arch (frame);