This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
Patch to .gdbinit, set breakpoint at internal_error
- To: gdb-patches@sourceware.cygnus.com
- Subject: Patch to .gdbinit, set breakpoint at internal_error
- From: jtc@redback.com (J.T. Conklin)
- Date: 12 Aug 1999 16:16:30 -0700
- Reply-To: jtc@redback.com
Now that fatal error handling has changed, the template .gdbinit must
be changed to match.
--jtc
Index: gdbinit.in
===================================================================
RCS file: /home/jtc/CVSROOT/gdb/gdb/gdbinit.in,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 gdbinit.in
*** gdbinit.in 1999/05/19 17:38:18 1.1.1.1
--- gdbinit.in 1999/08/12 23:12:30
***************
*** 2,8 ****
set complaints 1
! b fatal
b info_command
commands
--- 2,8 ----
set complaints 1
! b internal_error
b info_command
commands
--
J.T. Conklin
RedBack Networks