This is the mail archive of the
src-cvs@sources.redhat.com
mailing list .
src/rda/unix ChangeLog linux-target.c ptrace-t ...
- From: kevinb at sources dot redhat dot com
- To: src-cvs at sources dot redhat dot com
- Date: 18 Dec 2002 20:25:11 -0000
- Subject: src/rda/unix ChangeLog linux-target.c ptrace-t ...
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