Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-02-27 | Python QUIT processing updates | Kevin Buettner | 1 | -0/+5 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -3/+5 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -40/+23 |
2022-06-23 | Use PyBool_FromLong | Tom Tromey | 1 | -2/+1 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -2/+1 |
2022-04-20 | Replace symbol_symtab with symbol::symtab | Tom Tromey | 1 | -3/+3 |
2022-04-20 | Replace symbol_objfile with symbol::objfile | Tom Tromey | 1 | -2/+2 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMBOL_LINE macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_OBJFILE_OWNED macro | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-06-03 | Restore gdb.SYMBOL_LABEL_DOMAIN constant | Hannes Domani | 1 | -0/+2 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -5/+10 |
2021-04-17 | Add search_flags to expand_symtabs_matching | Tom Tromey | 1 | -1/+3 |
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 | -5/+5 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -3/+3 |
2019-11-18 | Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func... | Philippe Waroquiers | 1 | -0/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 1 | -0/+61 |
2019-11-10 | gdb/python: smarter symbol lookup for gdb.lookup_static_symbol | Andrew Burgess | 1 | -2/+25 |
2019-07-30 | [PR/24474] Add gdb.lookup_static_symbol to the python API | Christian Biesinger | 1 | -0/+40 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -5/+5 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -15/+10 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-06 | Update symbol domain and location values for Python | Tom Tromey | 1 | -6/+18 |
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 | -6/+7 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -1/+1 |
2017-01-10 | Use gdbpy_ref in gdbpy_lookup_symbol | Tom Tromey | 1 | -10/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -2/+3 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -1/+5 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -2/+3 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -2/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -15/+30 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -11/+11 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -1/+6 |