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 record/21005] Process record does not support instruction GDB 7.12 (rdrand %eax)


https://sourceware.org/bugzilla/show_bug.cgi?id=21005

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Luis Machado <luisgpm@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20b477a75c00de06a92b9577fd74416699d2c37f

commit 20b477a75c00de06a92b9577fd74416699d2c37f
Author: Luis Machado <lgustavo@codesourcery.com>
Date:   Mon Feb 6 03:12:00 2017 -0600

    [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay

    This patch addresses BZ 21005, which is gdb failing to recognize an rdrand
    instruction.

    It enables support for both rdrand and rdseed and handles extended register
    addressing (R8~R15) for 16-bit, 32-bit and 64-bit.

    gdb/ChangeLog
    2017-02-06  Luis Machado  <lgustavo@codesourcery.com>

        * NEWS: Mention support for record/replay of Intel 64 rdrand and
        rdseed instructions.
        i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.

    gdb/testsuite/ChangeLog:
    2017-02-06  Luis Machado  <lgustavo@codesourcery.com>

        * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
        * gdb.reverse/insn-reverse-x86.c: New file.

-- 
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]