aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch_components.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-14gdb: add gdbarch_pseudo_register_write that takes a frameSimon Marchi1-0/+19
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi1-1/+9
2023-12-14gdb: read pseudo register through frameSimon Marchi1-1/+1
2023-11-13gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves1-0/+4
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-0/+15
2023-08-28core: Support fetching x86 XSAVE layout from architectures.John Baldwin1-0/+11
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries1-1/+1
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+17
2023-04-18gdb: re-format Python code with black 23Simon Marchi1-2/+5
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-0/+23
2023-04-06gdb: run black code formatter on gdbarch_components.pyAndrew Burgess1-1/+1
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-6/+16
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves1-1/+1
2023-03-22gdb: remove gdbarch_displaced_step_fixup_pAndrew Burgess1-1/+2
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-2/+16
2023-03-13gdbarch: make invalid=True the default for all ComponentsAndrew Burgess1-12/+15
2023-03-13gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess1-21/+1
2023-03-13gdbarch: use predefault for more value components within gdbarchAndrew Burgess1-6/+6
2023-03-13gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess1-0/+2
2023-03-13gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess1-23/+17
2023-03-13gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.pyAndrew Burgess1-9/+0
2023-03-13gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.pyAndrew Burgess1-64/+0
2023-02-27gdb: gdbarch*.py, copyright.py: add type annotationsSimon Marchi1-2/+3
2023-02-27gdb: split gdbarch component types to gdbarch_types.pySimon Marchi1-0/+2748