commit | d2ee8bb694500c9e460283f9078b7cc53362dc95 | [log] [tgz] |
---|---|---|
author | Cupertino Miranda <cupertino.miranda@oracle.com> | Tue Dec 05 23:09:57 2023 +0000 |
committer | Cupertino Miranda <cupertino.miranda@oracle.com> | Thu Dec 07 10:55:55 2023 +0000 |
tree | 8fad695c216fdb9568893ea1f82a74c82235feb8 | |
parent | 708aee5ec64bea2c84449f63f3cdaa6d2b0b5892 [diff] |
gdb/record: Support for rdtscp in i386_process_record. This patch adds support for process recording of the instruction rdtscp in x86 architecture. Debugging applications with "record full" fail to record with the error message "Process record does not support instruction 0xf01f9". Approved-by: Guinevere Larsen <blarsen@redhat.com>