This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [rfa] Use shared signals/signals.c in gdbserver
> On Tue, Mar 26, 2002 at 10:42:49PM -0500, Andrew Cagney wrote:
>
>> >2002-03-24 Daniel Jacobowitz <drow@mvista.com>
>> >
>> >* gdbserver/server.c (main): Call target_signal_to_host_p
>> > and target_signal_to_host on signals received from the remote.
>> > * gdbserver/remote-utils.c (prepare_resume_reply): Call
>> > target_signal_from_host on signals sent to the remote.
>> > * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
>> > * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
>> >
>
>>
>> yep, by me.
>
>
> Thanks!
>
> Two questions go with that:
> - OK for branch also, if I just add the two new files
> (signals/signals.c and include/gdb/signals.h) and don't
> change GDB to use them? In a few days, perhaps.
Yes.
> - Was:
> http://sources.redhat.com/ml/gdb-patches/2002-03/msg00464.html
> an approval? This patch depends on that one.
No, but it could have been :-) As far as I know you're drumming your
fingers for a few days while waiting to see if there were any other
comments (before committing).
Andrew