aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-registers.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-21Fix crash in gdbpy_parse_register_idTom Tromey1-7/+15
2022-08-04Use registry in gdbarchTom Tromey1-22/+9
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess1-2/+1
2022-04-07gdb: remove reggroup_next and reggroup_prevAndrew Burgess1-8/+9
2022-04-07gdb: use 'const reggroup *' in python/py-registers.c fileAndrew Burgess1-8/+8
2022-04-06gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess1-1/+0
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-09gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess1-2/+2
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-3/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-8/+8
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-0/+53
2020-07-28gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess1-1/+43
2020-07-22gdb/python: Use reference not pointer in py-registers.cAndrew Burgess1-9/+9
2020-07-21gdb/python: Reuse gdb.RegisterGroup objects where possibleAndrew Burgess1-11/+30
2020-07-21gdb/python: Reuse gdb.RegisterDescriptor objects where possibleAndrew Burgess1-13/+48
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess1-0/+195
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+269