Age | Commit message (Expand) | Author | Files | Lines |
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 |