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: Interrupting target execution on Linux using GDB/MI


On 1 Apr 2009, at 17:41, Joel Brobecker wrote:
What is the correct procedure when using GDB/MI to interrupt the
execution of the inferior process?

There is a GDB/MI command to interrupt the execution of your program.

I attempted to use that, but it does not work when GDB is being used synchronously. It only works when you are connecting to a gdbserver and GDB itself is running "asynchronously".


Certainly it doesn't work on OS X when I originally tried it, which lead me to issuing SIGINT myself.

Regards
James Milne
FilmLight Ltd.


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