This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] [patch] reverse: Fix syscall on AMD CPUs in 32-bit mode
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 29 Feb 2012 15:57:15 +0100
- Subject: [commit] [patch] reverse: Fix syscall on AMD CPUs in 32-bit mode
- References: <20120223235639.GA31438@host2.jankratochvil.net>
On Fri, 24 Feb 2012 00:56:39 +0100, Jan Kratochvil wrote:
> gdb/
> 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
> * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
> (i386_linux_intx80_sysenter_syscall_record): ... here.
> (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
> Use the renamed function name.
Checked in:
http://sourceware.org/ml/gdb-cvs/2012-02/msg00201.html
Thanks,
Jan