summaryrefslogtreecommitdiff
path: root/gdb/gdbarch_components.py
Commit message (Expand)AuthorAgeFilesLines
* Handle erroneous DW_AT_call_return_pcTom Tromey2023-04-211-0/+17
* gdb: re-format Python code with black 23Simon Marchi2023-04-181-2/+5
* PowerPC: fix _Float128 type output stringCarl Love2023-04-181-0/+23
* gdb: run black code formatter on gdbarch_components.pyAndrew Burgess2023-04-061-1/+1
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-6/+16
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-271-1/+1
* gdb: remove gdbarch_displaced_step_fixup_pAndrew Burgess2023-03-221-1/+2
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-2/+16
* gdbarch: make invalid=True the default for all ComponentsAndrew Burgess2023-03-131-12/+15
* gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess2023-03-131-21/+1
* gdbarch: use predefault for more value components within gdbarchAndrew Burgess2023-03-131-6/+6
* gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess2023-03-131-0/+2
* gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess2023-03-131-23/+17
* gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.pyAndrew Burgess2023-03-131-9/+0
* gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.pyAndrew Burgess2023-03-131-64/+0
* gdb: gdbarch*.py, copyright.py: add type annotationsSimon Marchi2023-02-271-2/+3
* gdb: split gdbarch component types to gdbarch_types.pySimon Marchi2023-02-271-0/+2748