mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
* maint.c (_initialize_maint_cmds): Fix typo. From
Francesco Potorti` <pot@gnu.org>.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-11-21 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* maint.c (_initialize_maint_cmds): Fix typo. From
|
||||||
|
Francesco Potorti` <pot@gnu.org>.
|
||||||
|
|
||||||
2002-11-21 Andrew Cagney <cagney@redhat.com>
|
2002-11-21 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* mips-tdep.c (mips_dump_tdep): Delete references to
|
* mips-tdep.c (mips_dump_tdep): Delete references to
|
||||||
|
@ -697,7 +697,7 @@ Configure variables internal to GDB that aid in GDB's maintenance",
|
|||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
add_cmd ("dump-me", class_maintenance, maintenance_dump_me,
|
add_cmd ("dump-me", class_maintenance, maintenance_dump_me,
|
||||||
"Get fatal error; make debugger dump its core.\n\
|
"Get fatal error; make debugger dump its core.\n\
|
||||||
GDB sets it's handling of SIGQUIT back to SIG_DFL and then sends\n\
|
GDB sets its handling of SIGQUIT back to SIG_DFL and then sends\n\
|
||||||
itself a SIGQUIT signal.",
|
itself a SIGQUIT signal.",
|
||||||
&maintenancelist);
|
&maintenancelist);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user