| Commit message (Expand) | Author | Age | Files | Lines |
* | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 2024-11-23 | 1 | -1/+1 |
* | [gdb/contrib] Handle capitalized words in spellcheck.sh | Tom de Vries | 2024-11-13 | 1 | -1/+1 |
* | gdb: Start supporting AVX instruction | Guinevere Larsen | 2024-10-28 | 1 | -1/+2 |
* | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 2024-09-25 | 1 | -21/+1 |
* | gdb: remove gdbcmd.h | Simon Marchi | 2024-04-25 | 1 | -1/+1 |
* | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 2024-04-22 | 1 | -0/+1 |
* | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 2024-03-26 | 1 | -1/+0 |
* | gdb: Add XMM16-XMM31 and K0-K1 DWARF register number mapping | H.J. Lu | 2024-02-22 | 1 | -1/+22 |
* | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 2024-02-20 | 1 | -21/+21 |
* | gdb: Reformat amd64_dwarf_reg_to_regnum | H.J. Lu | 2024-02-14 | 1 | -2/+1 |
* | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 2024-01-12 | 1 | -1/+1 |
* | gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table | Guinevere Larsen | 2024-01-02 | 1 | -0/+8 |
* | gdb: register frame_destroyed function for amd64 gdbarch | Guinevere Larsen | 2023-12-19 | 1 | -8/+24 |
* | gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write | Simon Marchi | 2023-12-14 | 1 | -32/+7 |
* | gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist... | Simon Marchi | 2023-12-14 | 1 | -2/+2 |
* | gdb: read pseudo register through frame | Simon Marchi | 2023-12-14 | 1 | -36/+7 |
* | gdb: remove TYPE_FIELD_PACKED | Simon Marchi | 2023-08-31 | 1 | -1/+1 |
* | gdb: remove TYPE_FIELD_BITSIZE | Simon Marchi | 2023-08-31 | 1 | -2/+2 |
* | [gdb] Fix grammar in comments and docs | Tom de Vries | 2023-06-05 | 1 | -1/+1 |
* | [gdb] Fix typos | Tom de Vries | 2023-06-03 | 1 | -1/+1 |
* | Replace field_is_static with a method | Tom Tromey | 2023-05-01 | 1 | -2/+2 |
* | gdb: fix reg corruption from displaced stepping on amd64 | Andrew Burgess | 2023-04-06 | 1 | -14/+13 |
* | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 2023-03-29 | 1 | -1/+1 |
* | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 2023-03-09 | 1 | -1/+1 |
* | gdb/amd64: replace xmalloc/alloca with gdb::byte_vector | Andrew Burgess | 2023-02-25 | 1 | -12/+9 |
* | [gdb/tdep] Add amd64/i386 epilogue override unwinders | Tom de Vries | 2023-02-20 | 1 | -7/+51 |
* | [gdb/tdep] Fix amd64/i386_stack_frame_destroyed_p | Tom de Vries | 2023-02-20 | 1 | -7/+12 |
* | [gdb/symtab] Factor out compunit_epilogue_unwind_valid | Tom de Vries | 2023-02-20 | 1 | -3/+1 |
* | Introduce set_lval method on value | Tom Tromey | 2023-02-13 | 1 | -1/+1 |
* | Turn many optimized-out value functions into methods | Tom Tromey | 2023-02-13 | 1 | -6/+6 |
* | Turn remaining value_contents functions into methods | Tom Tromey | 2023-02-13 | 1 | -2/+2 |
* | Turn some value_contents functions into methods | Tom Tromey | 2023-02-13 | 1 | -2/+2 |
* | Turn allocate_value into a static "constructor" | Tom Tromey | 2023-02-13 | 1 | -2/+2 |
* | Turn value_type into method | Tom Tromey | 2023-02-13 | 1 | -5/+5 |
* | Remove block.h includes from some tdep files | Tom Tromey | 2023-02-08 | 1 | -1/+0 |
* | gdb: remove language.h include from frame.h | Simon Marchi | 2023-01-20 | 1 | -0/+1 |
* | Fix inferior calls with variably-sized return type | Tom Tromey | 2023-01-03 | 1 | -9/+9 |
* | Convert selected architectures to gdbarch_return_value_as_value | Tom Tromey | 2023-01-03 | 1 | -3/+10 |
* | Fix crash in amd64-tdep.c | Tom Tromey | 2023-01-03 | 1 | -1/+2 |
* | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 2023-01-01 | 1 | -1/+1 |
* | Change calculation of frame_id by amd64 epilogue unwinder | Bruno Larsen | 2022-10-21 | 1 | -5/+5 |
* | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 2022-10-19 | 1 | -1/+1 |
* | Change GDB to use frame_info_ptr | Tom Tromey | 2022-10-10 | 1 | -17/+17 |
* | gdb: remove TYPE_LENGTH | Simon Marchi | 2022-09-21 | 1 | -13/+13 |
* | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 2022-09-21 | 1 | -1/+1 |
* | gdb/amd64: clean up unused variable | Enze Li | 2022-08-03 | 1 | -4/+0 |
* | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 2022-07-21 | 1 | -17/+17 |
* | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 2022-02-06 | 1 | -2/+2 |
* | gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add getter/setter | Simon Marchi | 2022-02-06 | 1 | -1/+1 |
* | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 2022-02-06 | 1 | -5/+5 |