* Makefile.in (VERSION): Roll to 4.6.8.
(OBS): Put version.o first, so Makefile rebuild happens early. * command.h: Publicize prototype for not_just_help_class_command. * command.c: Remove proto. * maint.c: Mark "mt" as an abbrev, to avoid duplicated help output. Move "maint info" from class info to class maintenance, and improve text. * infrun.c: Move "stop" to class_obscure, and give it a function so it will not be seen as a global help topic. FIXME, it should be possible to set these attributes independently. * core.c (core_command): Make nicer error message for no core support.
This commit is contained in:
parent
d5931d797d
commit
327f7197b0
5 changed files with 12 additions and 14 deletions
|
@ -48,6 +48,7 @@ core_file_command (filename, from_tty)
|
|||
int from_tty;
|
||||
{
|
||||
struct target_ops *t;
|
||||
|
||||
dont_repeat (); /* Either way, seems bogus. */
|
||||
|
||||
t = find_core_target ();
|
||||
|
@ -57,7 +58,7 @@ core_file_command (filename, from_tty)
|
|||
else
|
||||
(t->to_open) (filename, from_tty);
|
||||
else
|
||||
error ("unimplemented: core files");
|
||||
error ("GDB can't read core files on this machine.");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue