Age | Commit message (Expand) | Author | Files | Lines |
2019-11-26 | Fix crashes due to python GIL released too early | Philippe Waroquiers | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 3 | -7/+7 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 2 | -2/+2 |
2019-11-18 | Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func... | Philippe Waroquiers | 8 | -0/+9 |
2019-11-14 | Fix python gdbpy_breakpoint_object leak. | Philippe Waroquiers | 1 | -1/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 3 | -0/+67 |
2019-11-10 | gdb/python: smarter symbol lookup for gdb.lookup_static_symbol | Andrew Burgess | 1 | -2/+25 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -1/+2 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 2 | -2/+2 |
2019-10-24 | gdb/python: Return None from Progspace.block_for_pc on error | Andrew Burgess | 1 | -5/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 2 | -12/+21 |
2019-10-09 | [gdb/target] Fix pretty-printer for MPX bnd registers | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 2 | -4/+6 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -2/+3 |
2019-09-26 | Do not expose stub types to Python | Tom Tromey | 1 | -0/+11 |
2019-09-25 | Remove make_hex_string | Tom Tromey | 1 | -3/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 4 | -7/+10 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -1/+1 |
2019-09-09 | Fix leak detected in python.c initialization code. | Philippe Waroquiers | 1 | -1/+8 |
2019-08-27 | gdb: Add new -n flag to some info commands | Andrew Burgess | 1 | -2/+2 |
2019-08-22 | Make GDB compile with Python 3 on MinGW | Christian Biesinger | 2 | -9/+40 |
2019-08-19 | Fix indentation in value_has_field | Tom Tromey | 1 | -1/+1 |
2019-08-15 | Rename internal Python functions to start with an underscore | Christian Biesinger | 2 | -11/+11 |
2019-08-07 | Make struct frame_arg self-managing | Tom Tromey | 1 | -4/+1 |
2019-08-07 | AArch64 pauth: Indicate unmasked addresses in backtrace | Alan Hayward | 1 | -0/+2 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -4/+4 |
2019-08-05 | Add block['var'] accessor | Christian Biesinger | 1 | -1/+44 |
2019-07-30 | [PR/24474] Add gdb.lookup_static_symbol to the python API | Christian Biesinger | 3 | -0/+46 |
2019-07-29 | Add Objfile.lookup_{global,static}_symbol functions | Christian Biesinger | 1 | -0/+78 |
2019-07-29 | Implement 'set print frame-info|frame-arguments presence'. | Philippe Waroquiers | 1 | -12/+78 |
2019-07-25 | Fix comment about the signature of add_separate_debug_file | Christian Biesinger | 1 | -1/+1 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -4/+3 |
2019-07-11 | Fix use-after-move bug in add_thread_object | Tom Tromey | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-10 | Reduce manual reference counting in py-inferior.c | Tom Tromey | 3 | -22/+24 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -7/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 5 | -5/+5 |
2019-06-28 | Fix crash when using PYTHONMALLOC=debug (PR python/24742) | Sergio Durigan Junior | 1 | -1/+1 |
2019-06-13 | Make "backtrace" support -OPT options | Pedro Alves | 1 | -1/+2 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -2/+1 |
2019-06-10 | Remove newlines from warnings | Tom Tromey | 1 | -1/+1 |
2019-06-10 | Use gdbpy_enter in py-breakpoint.c | Tom Tromey | 1 | -10/+8 |
2019-06-04 | Add an objfile getter to gdb.Type | Christian Biesinger via gdb-patches | 1 | -0/+14 |
2019-05-04 | Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/p... | Raul Tambre | 1 | -2/+2 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 2 | -3/+19 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 5 | -14/+14 |
2019-04-25 | Remove exception_none | Tom Tromey | 3 | -6/+6 |
2019-04-08 | Rename python function thread_from_thread_handle to thread_from_handle | Kevin Buettner | 1 | -3/+9 |