From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25716 invoked by alias); 29 Mar 2002 19:10:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25709 invoked from network); 29 Mar 2002 19:10:57 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 29 Mar 2002 19:10:57 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 16r1m7-0007OS-00 for ; Fri, 29 Mar 2002 14:10:59 -0500 Date: Fri, 29 Mar 2002 11:10:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: FYI: gdbserver branch merges Message-ID: <20020329141059.B12204@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i X-SW-Source: 2002-03/txt/msg00603.txt.bz2 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 Merge from trunk: 2002-03-27 Daniel Jacobowitz * 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 * 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 * gdbserver/remote-util.c (remote_open): Print remote-side's IP address when remote debugging over the network. 2002-03-29 Daniel Jacobowitz Merge from trunk: 2002-03-27 Daniel Jacobowitz * 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 Merge from trunk: * signals/signals.c: New file, copied from signals.c. include/: 2002-03-29 Daniel Jacobowitz Merge from trunk: 2002-03-10 Daniel Jacobowitz * gdb: New directory. include/gdb/: 2002-03-29 Daniel Jacobowitz Merge from trunk: 2002-03-10 Daniel Jacobowitz * signals.h: New file, from gdb/defs.h. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer