Is there a convenience variable for the current thread?
Marc Khouzam
marc.khouzam@ericsson.com
Mon Feb 22 20:52:00 GMT 2010
Hi,
I would like to disable a breakpoint for a single thread.
I don't believe there is a way to do that directly in GDB,
so someone suggested I use a breakpoint condition:
> break myMultiThreadProg:10
> cond $threadId != 2
Is there a way to access the threadId in such a condition
Thanks
Marc
P.S. This is different than setting thread-specific breakpoints
on all threads except thread 2, because I need the breakpoint
to work on threads that are not yet created.
More information about the Gdb
mailing list