This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfa] Handle amd64-linux %orig_rax
- From: Andi Kleen <ak at suse dot de>
- To: Datoda <datoda at yahoo dot com>
- Cc: Daniel Jacobowitz <drow at false dot org>, gdb-patches at sourceware dot org
- Date: Tue, 31 Oct 2006 21:17:16 +0100
- Subject: Re: [rfa] Handle amd64-linux %orig_rax
- References: <20061031201042.71435.qmail@web53713.mail.yahoo.com>
On Tuesday 31 October 2006 21:10, Datoda wrote:
> I think i386 shouldn't have the same problems, as far as gdb inferior calls are concerned, because arguments are passed in stack rather than in registers.
Syscalls always use registers (except argument 6 on SYSENTER)
-Andi