Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | gdb/record: add support to vzeroupper instruction | Guinevere Larsen | 1 | -0/+17 |
2024-10-28 | gdb/record: support AVX instructions VMOVDQ(U|A) when recording | Guinevere Larsen | 1 | -0/+49 |
2024-10-28 | gdb/record: Add recording support to vpbroadcast instructions | Guinevere Larsen | 1 | -0/+13 |
2024-10-28 | gdb/record: add support to AVX unpack instructions | Guinevere Larsen | 1 | -0/+16 |
2024-10-28 | gdb/record: add support to vmovd and vmovq instructions | Guinevere Larsen | 1 | -0/+70 |
2024-10-28 | gdb: Start supporting AVX instruction | Guinevere Larsen | 1 | -2/+101 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -500/+9 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-12 | gdb: Deprecate MPX commands. | Schimpe, Christina | 1 | -2/+4 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -32/+32 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-14 | gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write | Simon Marchi | 1 | -95/+51 |
2023-12-14 | gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist... | Simon Marchi | 1 | -1/+2 |
2023-12-14 | gdb: read pseudo register through frame | Simon Marchi | 1 | -144/+80 |
2023-12-14 | gdb: make get_frame_register_bytes take the next frame | Simon Marchi | 1 | -4/+4 |
2023-12-14 | gdb: make put_frame_register take the next frame | Simon Marchi | 1 | -1/+2 |
2023-12-14 | gdb: make put_frame_register take an array_view | Simon Marchi | 1 | -1/+2 |
2023-12-14 | gdb: don't handle i386 k registers as pseudo registers | Simon Marchi | 1 | -23/+0 |
2023-12-07 | gdb/record: Support for rdtscp in i386_process_record. | Cupertino Miranda | 1 | -0/+8 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -4/+4 |
2023-11-27 | i386: Use a fallback XSAVE layout for remote targets | John Baldwin | 1 | -0/+75 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -2/+1 |
2023-10-27 | gdb: trim trailing spaces in i386-tdep.{c,h} | Simon Marchi | 1 | -17/+17 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -2/+4 |
2023-08-28 | gdb: Store an x86_xsave_layout in i386_gdbarch_tdep. | John Baldwin | 1 | -3/+15 |
2023-06-05 | [gdb] Fix grammar in comments and docs | Tom de Vries | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-01 | Replace field_is_static with a method | Tom Tromey | 1 | -1/+1 |
2023-04-06 | gdb: fix reg corruption from displaced stepping on amd64 | Andrew Burgess | 1 | -12/+12 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 1 | -1/+1 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-20 | [gdb/tdep] Add amd64/i386 epilogue override unwinders | Tom de Vries | 1 | -7/+52 |
2023-02-20 | [gdb/tdep] Fix amd64/i386_stack_frame_destroyed_p | Tom de Vries | 1 | -8/+12 |
2023-02-20 | [gdb/symtab] Factor out compunit_epilogue_unwind_valid | Tom de Vries | 1 | -3/+1 |
2023-02-15 | gdb, fortran: Fix quad floating-point type for ifort compiler. | Felix Willgerodt | 1 | -1/+3 |
2023-02-13 | Introduce set_lval method on value | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -17/+17 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_enclosing_type into method | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn deprecated_set_value_type into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -3/+3 |
2023-02-11 | [gdb/tdep] Don't use i386 unwinder for amd64 | Tom de Vries | 1 | -4/+8 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -4/+3 |
2023-01-03 | Fix inferior calls with variably-sized return type | Tom Tromey | 1 | -12/+10 |