This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug backtrace/14646] [x32] backtrace doesn't work


http://sourceware.org/bugzilla/show_bug.cgi?id=14646

--- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-10-15 20:37:44 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    hjl@sourceware.org    2012-10-15 20:37:39

Modified files:
    gdb            : ChangeLog amd64-tdep.c i386-tdep.c i386-tdep.h 

Log message:
    Remove sp_regnum_from_eax and pc_regnum_from_eax

    PR backtrace/14646
    PR gdb/14647
    * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
    pc_regnum_from_eax.
    * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
    nor pc_regnum_from_eax.
    * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
    nor pc_regnum_from_eax.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14736&r2=1.14737
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/amd64-tdep.c.diff?cvsroot=src&r1=1.112&r2=1.113
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.c.diff?cvsroot=src&r1=1.357&r2=1.358
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.h.diff?cvsroot=src&r1=1.80&r2=1.81

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]