gdb: clear step over information on thread exit (PR gdb/27338)
[binutils-gdb.git] / gdb / gdbarch_components.py
2023-11-13 Pedro Alvesgdb: clear step over information on thread exit (PR...
2023-10-04 Luis Machadocorefile/bug: Add hook to control the use of target...
2023-08-28 John Baldwincore: Support fetching x86 XSAVE layout from architectures.
2023-06-05 Tom de Vries[gdb] Fix grammar in comments and docs
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-04-21 Tom TromeyHandle erroneous DW_AT_call_return_pc
2023-04-18 Simon Marchigdb: re-format Python code with black 23
2023-04-18 Carl LovePowerPC: fix _Float128 type output string
2023-04-06 Andrew Burgessgdb: run black code formatter on gdbarch_components.py
2023-04-06 Andrew Burgessgdb: fix reg corruption from displaced stepping on...
2023-03-27 Pedro Alvesdisplaced step: pass down target_waitstatus instead...
2023-03-22 Andrew Burgessgdb: remove gdbarch_displaced_step_fixup_p
2023-03-13 Andrew Burgessgdb: add gdbarch::displaced_step_buffer_length
2023-03-13 Andrew Burgessgdbarch: make invalid=True the default for all Components
2023-03-13 Andrew Burgessgdbarch: remove some unneeded predefault="0" from gdbar...
2023-03-13 Andrew Burgessgdbarch: use predefault for more value components withi...
2023-03-13 Andrew Burgessgdb/gdbarch: remove the 'invalid=None' state from gdbar...
2023-03-13 Andrew Burgessgdb/gdbarch: split postdefault setup from invalid check...
2023-03-13 Andrew Burgessgdb/gdbarch: remove yet more 'invalid=True' from gdbarc...
2023-03-13 Andrew Burgessgdb/gdbarch: remove unused 'invalid=True' from gdbarch_...
2023-02-27 Simon Marchigdb: gdbarch*.py, copyright.py: add type annotations
2023-02-27 Simon Marchigdb: split gdbarch component types to gdbarch_types.py