This is the mail archive of the gdb@sources.redhat.com 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: Thread-specific breakpoints


On Mon, Aug 16, 2004 at 09:19:01AM +0200, Fabian Cenedese wrote:
> Hi
> 
> Is there support for thread-specific breakpoints in gdb? I couldn't see it
> in the interface/commands. If not, are there plans to add it to gdb?
> 
> I know that other people have already tried to do so, e.g. SmartGDB
> http://hegel.ittc.ukans.edu/projects/smartgdb/brief.html
> 
> But this a workaround with the help of tcl and only supports some
> thread libs. As I need support over a stub for a proprietary system
> (not Linux) this won't work.

What features do you need from thread-specific breakpoints?  It could
mean several things.

The closest GDB comes is "break <location> thread <number>".

-- 
Daniel Jacobowitz


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