This is the mail archive of the gdb@sources.redhat.com 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]

Re: Is break execution available in GDB under the remote protocol?


>>>>> "Stephen" == Stephen Smith <ischis2@home.com> writes:
Stephen> I just received and email wondering there is an easy way to
Stephen> cause a process under test to be easily halted.  

Depending on the value of remotebreak, the remote protocol sends
either a ^C or a serial break when ^C is hit at the console.  As
long has the target has an interrupt driven debug channel, it 
should be easy to detect one or the other and stop program execution.

        --jtc

-- 
J.T. Conklin
RedBack Networks


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