From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org
Subject: [RFA] fix psaddr_t fall-back definition for gdbserver
Date: Fri, 18 Dec 2009 18:39:00 -0000 [thread overview]
Message-ID: <20091218183945.9BA7584412@ruffy.mtv.corp.google.com> (raw)
Hi.
While porting gdb 7.0 to android I needed to add this patch.
Ok to check in?
2009-12-18 Doug Evans <dje@google.com>
* gdb_proc_service.h (psaddr_t): Fix definition.
Index: gdb_proc_service.h
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/gdb_proc_service.h,v
retrieving revision 1.6
diff -u -p -r1.6 gdb_proc_service.h
--- gdb_proc_service.h 1 Apr 2009 22:50:24 -0000 1.6
+++ gdb_proc_service.h 18 Dec 2009 18:34:13 -0000
@@ -54,7 +54,7 @@ typedef unsigned int lwpid_t;
#endif
#ifndef HAVE_PSADDR_T
-typedef unsigned long psaddr_t;
+typedef void *psaddr_t;
#endif
#ifndef HAVE_PRGREGSET_T
next reply other threads:[~2009-12-18 18:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-18 18:39 Doug Evans [this message]
2009-12-18 19:22 ` Daniel Jacobowitz
2009-12-18 22:04 Doug Evans
2009-12-18 22:10 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091218183945.9BA7584412@ruffy.mtv.corp.google.com \
--to=dje@google.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox