Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+5 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -13/+11 |
2022-07-08 | Accept gdb.Value in more Python APIs | Tom Tromey | 1 | -23/+10 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -6/+5 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -6/+0 |
2022-03-22 | gdb/python: add gdb.format_address function | Andrew Burgess | 1 | -2/+11 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-30 | gdb/python: don't use the 'p' format for parsing args | Andrew Burgess | 1 | -3/+8 |
2021-10-29 | Add gdb.Architecture.integer_type Python function | Tom Tromey | 1 | -0/+54 |
2021-10-22 | gdb/python: new gdb.architecture_names function | Andrew Burgess | 1 | -0/+23 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -1/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -28/+28 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 1 | -8/+17 |
2020-07-06 | gdb/python: New method to access list of register groups | Andrew Burgess | 1 | -0/+18 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 1 | -0/+27 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-02 | Style improvements in gdb/python | Tom Tromey | 1 | -4/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 1 | -3/+4 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -2/+2 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -23/+7 |
2017-01-10 | Use gdbpy_ref in archpy_disassemble | Tom Tromey | 1 | -20/+9 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in gdb/python/ | Pedro Alves | 1 | -5/+5 |
2016-09-20 | Avoid -Wduplicated-cond warnings in gdb/python | Tom Tromey | 1 | -0/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-10-03 | 2013-10-03 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+7 |
2013-08-30 | 2013-08-30 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -4/+23 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -3/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 1 | -4/+4 |
2013-05-20 | * python/py-arch.c (archpy_disassemble): Update. | Tom Tromey | 1 | -1/+2 |
2013-05-20 | * python/py-arch.c (arch_object_type): Use | Tom Tromey | 1 | -1/+3 |
2013-02-28 | * python/py-arch.c (archpy_disassemble): Use PyInt_Check and | Tom Tromey | 1 | -3/+3 |
2013-02-21 | Add a new method 'disassemble' to gdb.Architecture class. | Siva Chandra Reddy | 1 | -0/+145 |
2013-01-23 | Add a new class gdb.Architecture which exposes GDB's | Siva Chandra Reddy | 1 | -0/+149 |