aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2021-12-15gdb: re-format with black 21.12b0Simon Marchi1-1/+0
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-47/+69
2021-11-30gdb/python: don't use the 'p' format for parsing argsAndrew Burgess1-3/+8
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess1-3/+207
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess6-0/+399
2021-11-25gdb: ensure extension_language_python is always definedEnze Li1-0/+4
2021-11-25gdb/python: make some global variables staticAndrew Burgess1-29/+24
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi5-6/+6
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi1-1/+1
2021-10-29Add gdb.Architecture.integer_type Python functionTom Tromey1-0/+54
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+5
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi3-6/+7
2021-10-22gdb/python: move gdb.Membuf support into a new fileAndrew Burgess4-179/+235
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess3-0/+28
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey1-1/+1
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey1-1/+1
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries1-15/+40
2021-10-09[gdb] Make execute_command_to_string return string on throwTom de Vries1-3/+3
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