aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-07-27gdb: remove trailing empty line in target-delegates.cSimon Marchi1-0/+2
2023-03-13gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess1-9/+7
2023-03-13gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess1-21/+15
2023-03-13gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess1-15/+27
2023-02-27gdb: gdbarch*.py, copyright.py: add type annotationsSimon Marchi1-4/+4
2023-02-27gdb: split gdbarch component types to gdbarch_types.pySimon Marchi1-168/+5
2023-02-27gdb: gdbarch.py: remove Info.__init__Simon Marchi1-6/+1
2023-02-27gdb: gdbarch.py: spell out parameters of _Component.__init__Simon Marchi1-5/+30
2023-02-27gdb: remove invalid / dead code from gdbarch.pySimon Marchi1-2/+0
2023-01-17Remove two unused fields from gdbarchTom Tromey1-4/+0
2023-01-11gdb: Update gdbarch.py with latest changes in gdbarch.cThiago Jung Bauermann1-3/+3
2023-01-03Don't emit gdbarch_return_valueTom Tromey1-33/+37
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-05gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann1-7/+14
2022-12-05gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann1-12/+8
2022-10-31Inline initialization of gdbarch membersTom Tromey1-9/+10
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+4
2022-10-02gdb: add asserts to gdbarch_register_nameAndrew Burgess1-1/+20
2022-08-04Use registry in gdbarchTom Tromey1-2/+2
2022-08-04Use new and delete for gdbarchTom Tromey1-17/+9
2022-08-04Use bool in gdbarchTom Tromey1-1/+1
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-7/+7
2022-03-18gdb: run black to format some Python filesSimon Marchi1-0/+1
2022-03-14gdb/gdbarch: compare some fields against 0 verify_gdbarchAndrew Burgess1-0/+10
2022-03-02Move copyright code from gdbarch.py to new fileTom Tromey1-25/+4
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-4/+4
2022-01-01Manual copyright year update of various GDB filesJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-17Add new gdbarch generatorSimon Marchi1-0/+526