Age | Commit message (Expand) | Author | Files | Lines |
6 days | gdb/python: convert gdb.Symtab_and_line to use gdbpy_registry | Jan Vrany | 1 | -36/+11 |
6 days | gdb/python: convert gdb.Symtab to use gdbpy_registry | Jan Vrany | 1 | -59/+14 |
6 days | gdb/python: do not hold on gdb.Symtab object from gdb.Symtab_and_line | Jan Vrany | 1 | -52/+21 |
6 days | gdb/python: preserve identity for gdb.Symtab objects | Jan Vrany | 1 | -1/+17 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -8/+3 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -80/+62 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -4/+4 |
2022-04-07 | gdb: remove symtab::objfile | Simon Marchi | 1 | -9/+11 |
2022-04-07 | gdb: remove symtab::blockvector | Simon Marchi | 1 | -2/+2 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMTAB_OBJFILE macro | Simon Marchi | 1 | -9/+9 |
2022-02-06 | gdb: remove SYMTAB_BLOCKVECTOR macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -9/+14 |
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 | -11/+11 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 1 | -1/+1 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
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-03-24 | More block constification | Tom Tromey | 1 | -2/+2 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-03 | Avoid questionable casts in py-symtab.c | Tom Tromey | 1 | -16/+23 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-27 | Remove more calls to xfree from Python | Tom Tromey | 1 | -9/+2 |
2018-11-04 | Return gdbpy_ref from some Python string functions | Tom Tromey | 1 | -3/+3 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 1 | -4/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -2/+2 |
2017-02-10 | Use gdbpy_ref to simplify some logic | Tom Tromey | 1 | -10/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-03-29 | python/py-utils.c (host_string_to_python_string): New function. | Doug Evans | 1 | -5/+3 |
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 | -6/+9 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+3 |
2015-08-04 | python: fix Linetable case to LineTable in docstrings and comments | Ciro Santilli | 1 | -4/+4 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -4/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -2/+4 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -2/+2 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -9/+10 |
2014-09-18 | New "producer" attribute of python gdb.Symtab. | Doug Evans | 1 | -0/+21 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -2/+2 |