Re: Turning off unwanted GDB info in Debugger Console
Re: Turning off unwanted GDB info in Debugger Console
- Subject: Re: Turning off unwanted GDB info in Debugger Console
- From: Eric Albert <email@hidden>
- Date: Thu, 15 Nov 2007 20:24:01 -0800
On Nov 14, 2007, at 2:26 AM, email@hidden wrote:
Is there any way to prevent GDB from logging the following into
Xcode 3's Debugger console every time an app is debugged?
GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2
04:07:49 UTC 2007)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License,
and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-apple-darwin".tty /dev/ttys001
gdb doesn't display this if you launch it with -q or -quiet -- see
its man page for details. If Xcode's launching /usr/bin/gdb, you
might be able to change this behavior by modifying /usr/bin/gdb
(which is a shell script) to pass -q to the real gdb binary. If
Xcode's launching those binaries directly, you could also do this,
but it's a bit messier. Neither of those changes would be officially
supported, of course....
-Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden