bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What to send in the remote protocol for a breakpoint?


From: Lee Merrill
Subject: What to send in the remote protocol for a breakpoint?
Date: 11 Jul 2001 14:32:33 -0700

I'm writing a remote protocol monitor, and I'm not sure what to send
to gdb when a breakpoint is encountered. If I send "S00" it says
"Program received signal 0, Signal 0," which is a bit confusing to the
user. But the only other option (the 'T' response) also has a signal
number.

So how can I send a response that just says "the program stopped"?

Any thoughts would be appreciated,
Lee



reply via email to

[Prev in Thread] Current Thread [Next in Thread]