aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.py
AgeCommit message (Expand)AuthorFilesLines
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