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]

Re: Is this the right list...


[yes, you can send questions about using GDB to this]

> When a program goes off into a daemon, or an endless loop or whatever, how do 
> you get gdb attention (i. e., get a prompt so you can stop/check/abort the 
> program)?

If GDB is still attached to your program, hitting control-c should
interrupt your program and allow you to see where it is. Otherwise,
your other option, if you are not attach, then just get the pid of
your program, and attach GDB to it using "attach <pid>".

The GDB documentation should provide you more details about this.
(my very first lesson at engineering school was RTFM :-)

-- 
Joel


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