* Debuging threaded applications
@ 2007-01-27 19:38 Tavian Barnes
2007-01-27 20:23 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Tavian Barnes @ 2007-01-27 19:38 UTC (permalink / raw)
To: gdb
When debuging multi-threaded applications, is there any way to disable
the [New Thread...] and [Thread ... exited] messages? In a program
that uses lots of threads, these messages get in the way, and slow
down the debuging. Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Debuging threaded applications
2007-01-27 19:38 Debuging threaded applications Tavian Barnes
@ 2007-01-27 20:23 ` Daniel Jacobowitz
2007-01-27 21:36 ` Tavian Barnes
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2007-01-27 20:23 UTC (permalink / raw)
To: techgenius; +Cc: gdb
On Sat, Jan 27, 2007 at 12:38:47PM -0700, Tavian Barnes wrote:
> When debuging multi-threaded applications, is there any way to disable
> the [New Thread...] and [Thread ... exited] messages? In a program
> that uses lots of threads, these messages get in the way, and slow
> down the debuging. Thanks.
No, there's currently no way to do this.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Debuging threaded applications
2007-01-27 20:23 ` Daniel Jacobowitz
@ 2007-01-27 21:36 ` Tavian Barnes
0 siblings, 0 replies; 3+ messages in thread
From: Tavian Barnes @ 2007-01-27 21:36 UTC (permalink / raw)
To: techgenius, gdb
I looked in the source code. In linux-thread-db.c, all the calls to
attach_thread and detach_thread have verbose=1. Replacing the 1s with
0s solved the problem.
On 1/27/07, Daniel Jacobowitz <drow@false.org> wrote:
> On Sat, Jan 27, 2007 at 12:38:47PM -0700, Tavian Barnes wrote:
> > When debuging multi-threaded applications, is there any way to disable
> > the [New Thread...] and [Thread ... exited] messages? In a program
> > that uses lots of threads, these messages get in the way, and slow
> > down the debuging. Thanks.
>
> No, there's currently no way to do this.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-27 21:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-27 19:38 Debuging threaded applications Tavian Barnes
2007-01-27 20:23 ` Daniel Jacobowitz
2007-01-27 21:36 ` Tavian Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox