breakpoint.c (catch_command_1): ditto.
Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
+ * target.c (noprocess): terminate sentence with a period.
+ * breakpoint.c (catch_command_1): ditto.
+
* c-valprint.c (c_value_print): remove hack^2 from HP; it causes
testsuite losses with no real gain.
/* catch_throw_command_1 (arg1_start, tempflag, from_tty); */
/* return; */
/* Now, this is not allowed */
- error ("Catch requires an event name");
+ error ("Catch requires an event name.");
}
arg1_end = ep_find_event_name_end (arg1_start);
void
noprocess ()
{
- error ("You can't do that without a process to debug");
+ error ("You can't do that without a process to debug.");
}
/* ARGSUSED */