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

Luis Machado <lgustavo at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lgustavo at codesourcery dot com

--- Comment #1 from Luis Machado <lgustavo at codesourcery dot com> ---
I hit a different unsupported instruction with this testcase.

0x7ffff7dee6e7 <_dl_runtime_resolve_avx+71>:    vmovdqa %ymm0,(%rsp)

The current mechanism for supporting these instructions is really inefficient.
Everytime we find a new unsupported instruction we need to hardcode the
knowledge inside gdb.

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