Age | Commit message (Expand) | Author | Files | Lines |
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 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-15 | Don't use PyLong_FromLongLong | Tom Tromey | 1 | -1/+1 |
2020-09-15 | Don't use PyLong_FromLong | Tom Tromey | 1 | -1/+1 |
2020-08-17 | Convert CORE_ADDR to Python using gdb_py_object_from_ulongest | Tom Tromey | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
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-08-24 | gdb/python: Use copy-initialization more when possible | Pedro Alves | 1 | -11/+11 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-09-11 | Make it simpler to add events to Python | Tom Tromey | 1 | -34/+0 |
2017-09-11 | Small event ownership clean up in Python layer | Tom Tromey | 1 | -2/+2 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -12/+12 |
2017-01-10 | Change event code to use gdbpy_ref | Tom Tromey | 1 | -98/+40 |
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 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -12/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 1 | -0/+263 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 1 | -263/+0 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 1 | -0/+263 |