From: tom f. <tf...@al...> - 2009-05-21 23:25:12
|
Andy Howell <And...@au...> writes: > Julian Seward wrote: > >> When I specify --db-attach with helgrind, the debugger is attached to t > he > >> thread in question, not the its parent process. Is there a way to make it > >> attach to the process instead? > > > > Not sure I quite understand. When you say "parent process", do you mean > > "the root thread of the process" ? > > > > J > > > > Yes, exactly. In the debugger I only see one thread, so I can't > inspect my other threads to see what is going on. [snip] Use `info threads', and `thread <num>' to switch. -tom |