Age | Commit message (Expand) | Author | Files | Lines |
2025-01-16 | [gdb/python] Run black on gdb/gdbarch_components.py | Tom de Vries | 1 | -4/+1 |
2025-01-15 | [gdb] Add gdbarch_dwarf2_reg_piece_offset hook | Tom de Vries | 1 | -0/+16 |
2024-12-24 | gdb: add gdbarch method to get execution context from core file | Andrew Burgess | 1 | -0/+20 |
2024-11-18 | gdb: Make tagged pointer support configurable. | Christina Schimpe | 1 | -8/+45 |
2024-05-10 | Change gdbarch_inner_than to return bool | Tom Tromey | 1 | -1/+1 |
2024-04-19 | gdb: Introduce is_address_tagged target hook | Gustavo Romero | 1 | -1/+1 |
2024-03-22 | Use std::string for disassembler options | Tom Tromey | 1 | -1/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -18/+18 |
2024-02-05 | gdb: rename target_so_ops to solib_ops | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-24 | gdb: pass frame_info_ptr to gdbarch_value_from_register | Simon Marchi | 1 | -2/+2 |
2023-12-14 | gdb: add gdbarch_pseudo_register_write that takes a frame | Simon Marchi | 1 | -0/+19 |
2023-12-14 | gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist... | Simon Marchi | 1 | -1/+9 |
2023-12-14 | gdb: read pseudo register through frame | Simon Marchi | 1 | -1/+1 |
2023-11-13 | gdb: clear step over information on thread exit (PR gdb/27338) | Pedro Alves | 1 | -0/+4 |
2023-10-04 | corefile/bug: Add hook to control the use of target description notes from co... | Luis Machado | 1 | -0/+15 |
2023-08-28 | core: Support fetching x86 XSAVE layout from architectures. | John Baldwin | 1 | -0/+11 |
2023-06-05 | [gdb] Fix grammar in comments and docs | Tom de Vries | 1 | -1/+1 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-04-21 | Handle erroneous DW_AT_call_return_pc | Tom Tromey | 1 | -0/+17 |
2023-04-18 | gdb: re-format Python code with black 23 | Simon Marchi | 1 | -2/+5 |
2023-04-18 | PowerPC: fix _Float128 type output string | Carl Love | 1 | -0/+23 |
2023-04-06 | gdb: run black code formatter on gdbarch_components.py | Andrew Burgess | 1 | -1/+1 |
2023-04-06 | gdb: fix reg corruption from displaced stepping on amd64 | Andrew Burgess | 1 | -6/+16 |
2023-03-27 | displaced step: pass down target_waitstatus instead of gdb_signal | Pedro Alves | 1 | -1/+1 |
2023-03-22 | gdb: remove gdbarch_displaced_step_fixup_p | Andrew Burgess | 1 | -1/+2 |
2023-03-13 | gdb: add gdbarch::displaced_step_buffer_length | Andrew Burgess | 1 | -2/+16 |
2023-03-13 | gdbarch: make invalid=True the default for all Components | Andrew Burgess | 1 | -12/+15 |
2023-03-13 | gdbarch: remove some unneeded predefault="0" from gdbarch_components.py | Andrew Burgess | 1 | -21/+1 |
2023-03-13 | gdbarch: use predefault for more value components within gdbarch | Andrew Burgess | 1 | -6/+6 |
2023-03-13 | gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.py | Andrew Burgess | 1 | -0/+2 |
2023-03-13 | gdb/gdbarch: split postdefault setup from invalid check in gdbarch.py | Andrew Burgess | 1 | -23/+17 |
2023-03-13 | gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.py | Andrew Burgess | 1 | -9/+0 |
2023-03-13 | gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.py | Andrew Burgess | 1 | -64/+0 |
2023-02-27 | gdb: gdbarch*.py, copyright.py: add type annotations | Simon Marchi | 1 | -2/+3 |
2023-02-27 | gdb: split gdbarch component types to gdbarch_types.py | Simon Marchi | 1 | -0/+2748 |