2000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com>
* utils.c (internal_verror): Fix typo in error msg.
This commit is contained in:
parent
c79688eb6e
commit
62fd9fad96
@ -1,3 +1,7 @@
|
|||||||
|
2000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||||
|
|
||||||
|
* utils.c (internal_verror): Fix typo in error msg.
|
||||||
|
|
||||||
2000-12-03 Mark Kettenis <kettenis@gnu.org>
|
2000-12-03 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
|
* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
|
||||||
|
@ -699,7 +699,7 @@ internal_verror (const char *fmt, va_list ap)
|
|||||||
/* Default (no case) is to quit GDB. When in batch mode this
|
/* Default (no case) is to quit GDB. When in batch mode this
|
||||||
lessens the likelhood of GDB going into an infinate loop. */
|
lessens the likelhood of GDB going into an infinate loop. */
|
||||||
continue_p = query ("\
|
continue_p = query ("\
|
||||||
An internal GDB error was detected. This may make make further\n\
|
An internal GDB error was detected. This may make further\n\
|
||||||
debugging unreliable. Continue this debugging session? ");
|
debugging unreliable. Continue this debugging session? ");
|
||||||
|
|
||||||
/* Default (no case) is to not dump core. Lessen the chance of GDB
|
/* Default (no case) is to not dump core. Lessen the chance of GDB
|
||||||
|
Loading…
Reference in New Issue
Block a user