This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

FYI: gdbserver branch merges


I've moved these patches to the branch.  This is all the gdbserver
changes except for x86-64 (which was too invasive, and I don't consider
urgent since x86-64 is not yet a production architecture) since we
branched.  For the signals code I created new files without removing
the old definitions.

gdb/:

2002-03-29  Daniel Jacobowitz  <drow@mvista.com>

        Merge from trunk:

        2002-03-27  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}.


        2002-03-20  Martin M. Hunt  <hunt@redhat.com>

        * gdbserver/remote-utils.c (remote_open): Don't call
        getprotobyname, we're all using TCP here so just use
        IPPROTO_TCP.
        * gdbserver/gdbreplay.c (remote_open): Ditto.


        2002-03-13  Michal Ludvig  <mludvig@suse.cz>

        * gdbserver/remote-util.c (remote_open): Print remote-side's
        IP address when remote debugging over the network.

2002-03-29  Daniel Jacobowitz  <drow@mvista.com>

        Merge from trunk:
        2002-03-27  Daniel Jacobowitz  <drow@mvista.com>

        * signals/signals.c: Include "server.h" in gdbserver build.
        (target_signal_from_name): Don't use STREQ.
        (_initialize_signals): Likewise.  Don't include function in
        gdbserver build.

2002-03-29  Daniel Jacobowitz  <drow@mvista.com>

        Merge from trunk:
        * signals/signals.c: New file, copied from signals.c.

include/:
2002-03-29  Daniel Jacobowitz  <drow@mvista.com>

        Merge from trunk:
        2002-03-10  Daniel Jacobowitz <drow@mvista.com>
        * gdb: New directory.

include/gdb/:
2002-03-29  Daniel Jacobowitz  <drow@mvista.com>

        Merge from trunk:
        2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
        * signals.h: New file, from gdb/defs.h.


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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