From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 957 invoked by alias); 18 Dec 2002 20:25:12 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 931 invoked by uid 595); 18 Dec 2002 20:25:11 -0000 Date: Wed, 18 Dec 2002 12:25:00 -0000 Message-ID: <20021218202511.930.qmail@sources.redhat.com> From: kevinb@sources.redhat.com To: src-cvs@sources.redhat.com Subject: src/rda/unix ChangeLog linux-target.c ptrace-t ... X-SW-Source: 2002-q4/txt/msg00079.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: kevinb@sourceware.org 2002-12-18 12:25:11 Modified files: rda/unix : ChangeLog linux-target.c ptrace-target.c ptrace-target.h Log message: * ptrace-target.h, ptrace-target.c (ptrace_write_user) (ptrace_read_user): Add struct gdbserv argument. * linux-target.c: Fix all callers (and callers of callers). * ptrace-target.c (ptrace_write_user, ptrace_read_user): Add debugging printf()s. (ptrace_xfer_mem): Fix debugging printf()s so that they'll print useful results when sizeof (long long) is the same as sizeof (ptrace_xfer_type). (ptrace_xfer_mem): Decode address using gdbserv_host_bytes_from_reg() instead of gdbserv_reg_to_ulong(). Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/linux-target.c.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.h.diff?cvsroot=src&r1=1.1&r2=1.2