This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [rfa] gdbserver 2/n - signals
- To: Daniel Jacobowitz <dmj+ at andrew dot cmu dot edu>
- Subject: Re: [rfa] gdbserver 2/n - signals
- From: Andrew Cagney <ac131313 at cygnus dot com>
- Date: Thu, 19 Jul 2001 17:00:13 -0400
- Cc: gdb-patches at sources dot redhat dot com
- References: <20010719120143.A19963@nevyn.them.org>
Daniel,
Things I noticed from a brief glance:
o
I think you'll also need to change
gdbserver/remote-utils.c:prepare_resume_reply().
o
I don't understand the need for the file
gdbserver/signals.c. Isn't that what
gdb/signals.c is for?
o
What are your cleanup plans for gdb/signals.c
- signals.h? s/STREQ/.../?
I take it you've also got a few more steps planned, can you give a quick
sketch of where you're going?
Andrew