Add `set print array-indexes' tests for C/C++ arrays
[binutils-gdb.git] / gdb / python / py-registers.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-09-09 Andrew Burgessgdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER
2021-04-28 Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Tom TromeyRemove redundant typedefs
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-07-28 Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-28 Andrew Burgessgdb: Add a find method for RegisterDescriptorIterator
2020-07-22 Andrew Burgessgdb/python: Use reference not pointer in py-registers.c
2020-07-21 Andrew Burgessgdb/python: Reuse gdb.RegisterGroup objects where possible
2020-07-21 Andrew Burgessgdb/python: Reuse gdb.RegisterDescriptor objects where...
2020-07-06 Andrew Burgessgdb/python: New method to access list of register groups
2020-07-06 Andrew Burgessgdb/python: Add gdb.Architecture.registers method