This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to .gdbinit, set breakpoint at internal_error


Thanks.

You wouln't happen to have a test case? :-)

	Andrew


"J.T. Conklin" wrote:
> 
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]