From: Simon Kagstrom <simon.kagstrom@gmail.com>
To: gdb@sourceware.org
Subject: Interrupt packets in the remote protocol
Date: Sat, 03 Nov 2007 17:25:00 -0000 [thread overview]
Message-ID: <20071103182847.54afb758@localhost> (raw)
Hello!
I'm developing a binary translator that translates MIPS binaries into
Java bytecode [1], which enables C/C++ programs to be executed on J2ME
platforms. To get good debugging support, I'm developing a GDB server
that connects to the Java JDB debugger and "translates" commands in the
GDB remote protocol to JDB commands.
The server mostly works now except for interrupts (Ctrl-C in GDB). It looks
like the interrupt packets (plain 0x03) are never sent. A log with
'set debug remote 1' looks as follows:
(gdb) c
Continuing.
Sending packet: $m1000000,4#1e...Ack
Packet received: 3c020000
Sending packet: $Z0,1000004,4#6b...Ack
Packet received: OK
Packet Z0 (software-breakpoint) is supported
Sending packet: $vCont?#49...Ack
Packet received: vCont;c
Packet vCont (verbose-resume) is NOT supported
Sending packet: $Hc0#db...Ack
Packet received:
Sending packet: $c#63...Ack
Packet received: T0525:01000004;
Sending packet: $z0,1000004,4#8b...Ack
Packet received: OK
Sending packet: $Z0,1000000,4#67...Ack
Packet received: OK
Sending packet: $Hc0#db...Ack
Packet received:
Sending packet: $c#63...Ack
remote_interrupt called
remote_stop called
My server has two threads, one that receives messages from GDB and one that
handles packets, controls JDB and sends replies back to GDB. The "receiver"
thread is waiting for messages when Ctrl-C is sent in GDB.
Did I miss some GDB configuration option or some other obvious thing?
--
// Simon
[1] http://cibyl.googlecode.com
next reply other threads:[~2007-11-03 17:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-03 17:25 Simon Kagstrom [this message]
2007-11-04 3:08 ` Daniel Jacobowitz
2007-11-04 7:23 ` Simon Kagstrom
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071103182847.54afb758@localhost \
--to=simon.kagstrom@gmail.com \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox