Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-22 | Fix cached_frame allocation in py-unwind | Alan Hayward | 1 | -1/+4 |
2017-06-22 | Remove MAX_REGISTER_SIZE from py-unwind.c | Alan Hayward | 1 | -18/+12 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -5/+5 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -14/+10 |
2017-01-10 | Use gdbpy_ref in pyuw_object_attribute_to_pointer | Tom Tromey | 1 | -3/+2 |
2017-01-10 | Use gdbpy_enter in py-unwind.c | Tom Tromey | 1 | -39/+33 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-16 | Make gdb.PendingFrame.read_register handle "user" registers. | Kevin Buettner | 1 | -1/+6 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -3/+3 |
2016-11-08 | Use ui_file_as_string in gdb/python/ | Pedro Alves | 1 | -5/+2 |
2016-11-07 | python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate. | Doug Evans | 1 | -3/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
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 | -4/+5 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+4 |
2015-08-13 | Fix Python frame unwinder issue caught by Valgrind | Pedro Alves | 1 | -1/+1 |
2015-05-15 | Fix a couple C++ build issues | Yuanhui Zhang | 1 | -12/+14 |
2015-04-01 | Add support for writing unwinders in Python. | Sasha Smundak | 1 | -0/+788 |