Age | Commit message (Expand) | Author | Files | Lines |
2024-04-02 | Run isort | Tom Tromey | 1 | -2/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-06-17 | [gdb/testsuite] Remove f-string in gdb.python/py-unwind.py | Tom de Vries | 1 | -1/+1 |
2023-04-18 | gdb: re-format Python code with black 23 | Simon Marchi | 1 | -0/+1 |
2023-04-06 | gdb/python: have PendingFrame methods accept keyword arguments | Andrew Burgess | 1 | -2/+2 |
2023-04-06 | gdb/python: have UnwindInfo.add_saved_register accept named args | Andrew Burgess | 1 | -8/+20 |
2023-03-30 | gdb/python: Add new gdb.unwinder.FrameId class | Andrew Burgess | 1 | -15/+1 |
2023-03-30 | gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value args | Andrew Burgess | 1 | -2/+4 |
2023-03-30 | gdb/python: add __repr__ for PendingFrame and UnwindInfo | Andrew Burgess | 1 | -1/+15 |
2023-03-30 | gdb/python: add some additional methods to gdb.PendingFrame | Andrew Burgess | 1 | -0/+104 |
2023-03-30 | gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.c | Andrew Burgess | 1 | -0/+7 |
2023-03-30 | gdb/python: make the gdb.unwinder.Unwinder class more robust | Andrew Burgess | 1 | -1/+12 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-08-21 | Fix crash in gdbpy_parse_register_id | Tom Tromey | 1 | -0/+16 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-05-07 | gdb: re-format Python files using black 21.4b0 | Simon Marchi | 1 | -12/+14 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-07-28 | gdb/python: make more use of RegisterDescriptors | Andrew Burgess | 1 | -1/+10 |
2020-07-06 | gdb/python: Add architecture method to gdb.PendingFrame | Andrew Burgess | 1 | -1/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+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-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-04-01 | Add support for writing unwinders in Python. | Sasha Smundak | 1 | -0/+99 |