This is the mail archive of the gdb-prs@sourceware.org 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]
Other format: [Raw text]

Re: threads/2128: suppression of new thread and thread exit messages


The following reply was made to PR threads/2128; it has been noted by GNATS.

From: Torsten Rohlfing <torsten@synapse.sri.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: threads/2128: suppression of new thread and thread exit messages
Date: Tue, 25 Jul 2006 15:06:17 -0700

 I am also fairly annoyed by this; after checking the gdb source code, it 
 seems that there is no way to way to disable these messages. In 
 linux-thread-db.c,
 
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linux-thread-db.c?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=src
 
 all calls to attach_thread() and detach_thread() set the "verbose" 
 argument of either function to "1" (constant).
 
 It would be really nice if the code could be modified to maybe use the 
 global gdb verbosity setting currently in effect?
 
 -- 
 Torsten Rohlfing, PhD          SRI International, Neuroscience Program
  Research Scientist             333 Ravenswood Ave, Menlo Park, CA 94025
   Phone: ++1 (650) 859-3379      Fax: ++1 (650) 859-2743
    torsten@synapse.sri.com        http://www.stanford.edu/~rohlfing/
 
      "Though this be madness, yet there is a method in't"
 


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