Discussion:
MacOSX-dev Digest, Vol 92, Issue 6
Chad Armstrong
2011-08-24 04:07:31 UTC
Permalink
Does this command help at all when in gdb?

set verbose off

Reference: http://www.delorie.com/gnu/docs/gdb/gdb_186.html

Regards,

Chad Armstrong
Send MacOSX-dev mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
http://www.omnigroup.com/mailman/listinfo/macosx-dev
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MacOSX-dev digest..."
1. Suppressing gdb shared library noise? (John Hawkinson)
----------------------------------------------------------------------
Message: 1
Date: Tue, 23 Aug 2011 02:19:48 -0400 (EDT)
Subject: Suppressing gdb shared library noise?
I occasionally run an app under gdb that has several hundred shared
libraries/modules, and generally the gdb output is horribly cluttered
with hundreds of lines of
Reading symbols for shared libraries . done
Reading symbols for shared libraries ......................... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
(This is under 10.6).
Is there a reasonable way to suppress this output, short of
patching gdb?
Is this the sort of thing that it is pointful to file a radar bug on?
Thanks.
John Hawkinson
------------------------------
_______________________________________________
MacOSX-dev mailing list
http://www.omnigroup.com/mailman/listinfo/macosx-dev
End of MacOSX-dev Digest, Vol 92, Issue 6
*****************************************
John Hawkinson
2011-08-24 05:20:12 UTC
Permalink
(changing the Subject: line away from the digest is always appreciated.)
Post by Chad Armstrong
Does this command help at all when in gdb?
set verbose off
No. It is the default.
Thank you, though.

--***@mit.edu
John Hawkinson

Loading...