Age | Commit message (Expand) | Author | Files | Lines |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 2 | -3/+3 |
2021-09-23 | Change ptid_t::tid to ULONGEST | Tom Tromey | 1 | -2/+3 |
2021-09-13 | Fix no-Python build | Tom Tromey | 1 | -2/+4 |
2021-09-10 | [gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittest | Tom de Vries | 1 | -0/+46 |
2021-09-09 | gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER | Andrew Burgess | 7 | -11/+10 |
2021-09-07 | gdb/python: new function to add values into GDB's history | Andrew Burgess | 3 | -0/+30 |
2021-08-02 | Remove uses of fprintf_symbol_filtered | Tom Tromey | 1 | -6/+2 |
2021-07-23 | gdb: remove cmd_list_element::function::sfunc | Simon Marchi | 1 | -2/+1 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -1/+1 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 2 | -7/+7 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -1/+1 |
2021-06-25 | gdb/python: allow for catchpoint type breakpoints in python | Andrew Burgess | 1 | -1/+5 |
2021-06-25 | Decode Ada types in Python layer | Tom Tromey | 1 | -0/+9 |
2021-06-22 | gdb: fix python/lib/gdb/__init__.py formatting | Simon Marchi | 1 | -3/+3 |
2021-06-22 | gdb/python: print name of unwinder that claimed frame in debug message | Simon Marchi | 2 | -11/+39 |
2021-06-21 | gdb/python: add PendingFrame.level and Frame.level methods | Andrew Burgess | 2 | -0/+42 |
2021-06-21 | gdb/python: move PyLong_From* calls into py-utils.c | Andrew Burgess | 1 | -1/+1 |
2021-06-21 | gdb/python: handle saving user registers in a frame unwinder | Andrew Burgess | 1 | -0/+21 |
2021-06-08 | Use is/is not to check for None in python code. | Lancelot SIX | 2 | -7/+7 |
2021-06-04 | Forward mouse click to python TUI window | Hannes Domani | 1 | -0/+17 |
2021-06-03 | Restore gdb.SYMBOL_LABEL_DOMAIN constant | Hannes Domani | 1 | -0/+2 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 2 | -14/+14 |
2021-05-27 | gdb: remove iterate_over_breakpoints function | Simon Marchi | 2 | -28/+16 |
2021-05-27 | Add optional full_window argument to TuiWindow.write | Hannes Domani | 1 | -6/+14 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -4/+5 |
2021-05-27 | gdb/python: use return values of add_setshow functions in add_setshow_generic | Simon Marchi | 1 | -67/+66 |
2021-05-27 | gdb: remove unnecessary lookup_cmd when deprecating commands | Simon Marchi | 1 | -18/+11 |
2021-05-24 | Prevent flickering when redrawing the TUI python window | Hannes Domani | 1 | -1/+3 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -3/+3 |
2021-05-14 | gdb/python: add a 'connection_num' attribute to Inferior objects | Tankut Baris Aktemur | 1 | -0/+19 |
2021-05-14 | gdb: fix pretty printing max depth behaviour | Kent Cheung | 1 | -12/+16 |
2021-05-12 | gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr | Simon Marchi | 3 | -54/+51 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 2 | -43/+14 |
2021-05-09 | gdb/py: add some debugging to py-breakpoint.c | Andrew Burgess | 1 | -3/+56 |
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 | 2 | -11/+5 |
2021-05-07 | gdb: re-format Python files using black 21.4b0 | Simon Marchi | 22 | -724/+903 |
2021-04-28 | gdb: startup commands to control Python extension language | Andrew Burgess | 1 | -0/+98 |
2021-04-28 | gdb: extension languages finish_initialization to initialize | Andrew Burgess | 1 | -14/+11 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 11 | -48/+97 |
2021-04-27 | gdb: do autoload before notifying Python side in new_objfile event | Michael Weghorn | 1 | -1/+6 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 4 | -18/+29 |
2021-04-22 | gdb: fix getting range of flexible array member in Python | Simon Marchi | 1 | -2/+9 |
2021-04-21 | gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint' | Tankut Baris Aktemur | 2 | -2/+2 |
2021-04-17 | Add search_flags to expand_symtabs_matching | Tom Tromey | 1 | -1/+3 |
2021-04-01 | Use importlib instead of imp module on python 3.4+ | Boris Staletic | 1 | -2/+4 |
2021-03-18 | gdb/doc: fix the example for get_set_string in Python API docs | Andrew Burgess | 1 | -5/+4 |
2021-03-16 | gdb/python: fix FrameDecorator regression on Python 2 | Andrew Burgess | 1 | -1/+5 |