Andy Howell <[email protected]> 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 ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
