This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/5] AArch64 gdbserver port
- From: Tom Tromey <tromey at redhat dot com>
- To: Marcus Shawcroft <marcus dot shawcroft at arm dot com>
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 09 Jan 2013 14:19:09 -0700
- Subject: Re: [PATCH 5/5] AArch64 gdbserver port
- References: <50AD032A.3060500@arm.com> <87zk0q0znh.fsf@fleche.redhat.com> <50EAE0C9.3020305@arm.com>
>>>>> "Marcus" == Marcus Shawcroft <marcus.shawcroft@arm.com> writes:
Marcus> The prototype for ptrace() looks like this:
Marcus> extern long int ptrace (enum __ptrace_request __request, ...) __THROW;
Thanks. Somehow I didn't realize it was actually declared varargs.
It seems to me that there must be many incorrect calls in gdb, like
maybe most of them.
Tom