aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2021-10-05gdb/python: fix memory leak in python inferior codeAndrew Burgess1-4/+12
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess3-0/+41
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi2-26/+29
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX3-14/+43
2021-10-02gdb/python: fix a few flake8 warningsSimon Marchi4-13/+5
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-7/+7
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi1-7/+2
2021-09-23Change pointer_type to a method of struct typeTom Tromey2-3/+3
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey1-2/+3
2021-09-13Fix no-Python buildTom Tromey1-2/+4
2021-09-10[gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittestTom de Vries1-0/+46
2021-09-09gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess7-11/+10
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess3-0/+30
2021-08-02Remove uses of fprintf_symbol_filteredTom Tromey1-6/+2
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-1/+1
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi2-7/+7
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess1-1/+1
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess1-1/+5
2021-06-25Decode Ada types in Python layerTom Tromey1-0/+9
2021-06-22gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi1-3/+3
2021-06-22gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi2-11/+39
2021-06-21gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess2-0/+42
2021-06-21gdb/python: move PyLong_From* calls into py-utils.cAndrew Burgess1-1/+1
2021-06-21gdb/python: handle saving user registers in a frame unwinderAndrew Burgess1-0/+21
2021-06-08Use is/is not to check for None in python code.Lancelot SIX2-7/+7
2021-06-04Forward mouse click to python TUI windowHannes Domani1-0/+17
2021-06-03Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani1-0/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi2-14/+14
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi2-28/+16
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani1-6/+14
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-4/+5
2021-05-27gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi1-67/+66
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi1-18/+11
2021-05-24Prevent flickering when redrawing the TUI python windowHannes Domani1-1/+3
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-2/+2
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-3/+3
2021-05-14gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur1-0/+19
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung1-12/+16
2021-05-12gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi3-54/+51
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione2-43/+14
2021-05-09gdb/py: add some debugging to py-breakpoint.cAndrew Burgess1-3/+56
2021-05-09gdb/py: convert debug logging in py-unwind to use new schemeAndrew Burgess1-16/+38
2021-05-09gdb: replace fprint_frame_idAndrew Burgess2-11/+5
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi22-724/+903
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess1-0/+98
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-14/+11
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess11-48/+97
2021-04-27gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn1-1/+6