Re: Usage of .gdbinit to automate xcode gdb configuration
Re: Usage of .gdbinit to automate xcode gdb configuration
- Subject: Re: Usage of .gdbinit to automate xcode gdb configuration
- From: Michael Cashwell <email@hidden>
- Date: Tue, 10 Feb 2004 11:01:47 -0500
On Jan 30, 2004, at 5:29 PM, Mike Pinkerton wrote:
email@hidden wrote on 1/30/2004, 3:23 PM:
Just typ[e] 'fb [NSException raise]'. This stands for 'forward-break'.
to answer the original question, .gdbinit files work. I use one and it
works perfectly for setting up a bunch of breakpoints and macros at
startup.
Put the above line in your ~/.gdbinit file to achieve desired results.
Is there any way to put "add-symbol-file" commands in this file? gdb
has what I consider the extremely annoying behavior that when I tell it
this command it asks me if I'm sure I want it to do it. Grrr. That
interaction seems to defeat the ability to put the command in my .
gdbinit file.
I am new to CLI gdb, so I may have just missed something obvious, but
any solution to this would be appreciated.
-Mike
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.