Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -15/+19 |
2023-04-06 | gdb/python: have PendingFrame methods accept keyword arguments | Andrew Burgess | 1 | -9/+14 |
2023-04-06 | gdb/python: have UnwindInfo.add_saved_register accept named args | Andrew Burgess | 1 | -42/+42 |
2023-03-30 | gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value args | Andrew Burgess | 1 | -48/+65 |
2023-03-30 | gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfo | Andrew Burgess | 1 | -1/+1 |
2023-03-30 | gdb/python: add __repr__ for PendingFrame and UnwindInfo | Andrew Burgess | 1 | -2/+65 |
2023-03-30 | gdb/python: add some additional methods to gdb.PendingFrame | Andrew Burgess | 1 | -0/+221 |
2023-03-30 | gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.c | Andrew Burgess | 1 | -26/+27 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -3/+8 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -4/+4 |
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 | -6/+6 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -3/+3 |
2022-08-21 | Fix crash in gdbpy_parse_register_id | Tom Tromey | 1 | -8/+2 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -13/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -1/+1 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -3/+3 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+3 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-06-22 | gdb/python: print name of unwinder that claimed frame in debug message | Simon Marchi | 1 | -7/+29 |
2021-06-21 | gdb/python: add PendingFrame.level and Frame.level methods | Andrew Burgess | 1 | -0/+19 |
2021-06-21 | gdb/python: handle saving user registers in a frame unwinder | Andrew Burgess | 1 | -0/+21 |
2021-05-09 | gdb/py: convert debug logging in py-unwind to use new scheme | Andrew Burgess | 1 | -16/+38 |
2021-05-09 | gdb: replace fprint_frame_id | Andrew Burgess | 1 | -7/+3 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -9/+14 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
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 | -6/+6 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -79/+79 |
2020-07-28 | gdb/python: make more use of RegisterDescriptors | Andrew Burgess | 1 | -34/+2 |
2020-07-06 | gdb/python: Add architecture method to gdb.PendingFrame | Andrew Burgess | 1 | -0/+20 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-08-15 | Rename internal Python functions to start with an underscore | Christian Biesinger | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
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-12-27 | Consolidate some Python exception-printing functions | Tom Tromey | 1 | -6/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-27 | Remove a VEC from py-unwind.c | Tom Tromey | 1 | -32/+28 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-08 | Remove MAX_REGISTER_SIZE define | Alan Hayward | 1 | -1/+0 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-16 | Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit | Pedro Alves | 1 | -0/+7 |
2017-07-06 | Fix Python unwinder frames regression | Pedro Alves | 1 | -1/+1 |