Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Detecting when gdb is attached
@ 2010-11-04 13:40 Gruenhagen, Andreas
  2010-11-04 16:19 ` Doug Evans
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gruenhagen, Andreas @ 2010-11-04 13:40 UTC (permalink / raw)
  To: gdb

Dear gdb community,
I'm developing an application which cannot be started from within the gdb. Therefore, I have the start the application and attach the gdb afterwards. In some cases it would be nice to have the application wait in a spin loop until the debugger is attached. Is there any way of accomplishing such a thing?  
I certainly can program the spin loop myself, attach the debugger, and then manually change a variable from within the debugger to end the loop. But, obviously, this is not an elegant solution (lots of manual work, code has to be changed and it has to be recompiled,and eventually, I might forget to delete the spin loop after debugging).

I thought of having some sort of action which is executed when the gdb is attached and detached, this could be for example used to switch a static flag in the debugee.
Is something like this possible ?

Best regards
Andreas


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-10 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-04 13:40 Detecting when gdb is attached Gruenhagen, Andreas
2010-11-04 16:19 ` Doug Evans
2010-11-04 17:26 ` paawan oza
2010-11-10 14:57 ` Steffen Dettmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox