This is the mail archive of the gdb@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]

Is there a convenience variable for the current thread?


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.


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