Document array indexing for Python gdb.Value
[binutils-gdb.git] / gdb / gdbarch.py
2023-03-13 Andrew Burgessgdbarch: improve generation of validation in gdbarch...
2023-03-13 Andrew Burgessgdb/gdbarch: remove the 'invalid=None' state from gdbar...
2023-03-13 Andrew Burgessgdb/gdbarch: split postdefault setup from invalid check...
2023-02-27 Simon Marchigdb: gdbarch*.py, copyright.py: add type annotations
2023-02-27 Simon Marchigdb: split gdbarch component types to gdbarch_types.py
2023-02-27 Simon Marchigdb: gdbarch.py: remove Info.__init__
2023-02-27 Simon Marchigdb: gdbarch.py: spell out parameters of _Component...
2023-02-27 Simon Marchigdb: remove invalid / dead code from gdbarch.py
2023-01-17 Tom TromeyRemove two unused fields from gdbarch
2023-01-11 Thiago Jung Bauermanngdb: Update gdbarch.py with latest changes in gdbarch.c
2023-01-03 Tom TromeyDon't emit gdbarch_return_value
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-05 Thiago Jung Bauermanngdbarch.py: Fix indentation in the generated set_gdbarc...
2022-12-05 Thiago Jung Bauermanngdbarch.py: Fix indentation in the generated gdbarch_du...
2022-10-31 Tom TromeyInline initialization of gdbarch members
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-02 Andrew Burgessgdb: add asserts to gdbarch_register_name
2022-08-04 Tom TromeyUse registry in gdbarch
2022-08-04 Tom TromeyUse new and delete for gdbarch
2022-08-04 Tom TromeyUse bool in gdbarch
2022-07-26 Andrew Burgessgdb: rename gdbarch_tdep struct to fix g++ 4.8 build
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-18 Simon Marchigdb: run black to format some Python files
2022-03-14 Andrew Burgessgdb/gdbarch: compare some fields against 0 verify_gdbarch
2022-03-02 Tom TromeyMove copyright code from gdbarch.py to new file
2022-01-05 Tom TromeyUse filtered output for gdbarch dump
2022-01-01 Joel BrobeckerManual copyright year update of various GDB files
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-17 Simon MarchiAdd new gdbarch generator