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