summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.py
Commit message (Expand)AuthorAgeFilesLines
* gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess2023-03-131-9/+7
* gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess2023-03-131-21/+15
* gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess2023-03-131-15/+27
* gdb: gdbarch*.py, copyright.py: add type annotationsSimon Marchi2023-02-271-4/+4
* gdb: split gdbarch component types to gdbarch_types.pySimon Marchi2023-02-271-168/+5
* gdb: gdbarch.py: remove Info.__init__Simon Marchi2023-02-271-6/+1
* gdb: gdbarch.py: spell out parameters of _Component.__init__Simon Marchi2023-02-271-5/+30
* gdb: remove invalid / dead code from gdbarch.pySimon Marchi2023-02-271-2/+0
* Remove two unused fields from gdbarchTom Tromey2023-01-171-4/+0
* gdb: Update gdbarch.py with latest changes in gdbarch.cThiago Jung Bauermann2023-01-111-3/+3
* Don't emit gdbarch_return_valueTom Tromey2023-01-031-33/+37
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann2022-12-051-7/+14
* gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann2022-12-051-12/+8
* Inline initialization of gdbarch membersTom Tromey2022-10-311-9/+10
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+4
* gdb: add asserts to gdbarch_register_nameAndrew Burgess2022-10-021-1/+20
* Use registry in gdbarchTom Tromey2022-08-041-2/+2
* Use new and delete for gdbarchTom Tromey2022-08-041-17/+9
* Use bool in gdbarchTom Tromey2022-08-041-1/+1
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-7/+7
* gdb: run black to format some Python filesSimon Marchi2022-03-181-0/+1
* gdb/gdbarch: compare some fields against 0 verify_gdbarchAndrew Burgess2022-03-141-0/+10
* Move copyright code from gdbarch.py to new fileTom Tromey2022-03-021-25/+4
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-4/+4
* Manual copyright year update of various GDB filesJoel Brobecker2022-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Add new gdbarch generatorSimon Marchi2021-12-171-0/+526