aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi1-1/+1
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi1-1/+1
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-2/+2
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-1/+3
2023-08-23gdb: remove mi_parse::make functionsAndrew Burgess1-2/+2
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-3/+1
2023-08-22Remove value::copy call from gdbpy_get_varobj_pretty_printerTom Tromey1-9/+0
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess2-2/+96
2023-08-16Implement DAP module-removed eventTom Tromey1-0/+13
2023-08-14[gdb/build] Fix enum param_types odr violationTom de Vries1-1/+1
2023-08-14[gdb/build] Remove superfluous variable param_types in gdb/python/py-param.cTom de Vries1-2/+1
2023-08-03Remove f-string from DAPTom Tromey1-1/+1
2023-08-03Use frame.name() in FrameDecoratorTom Tromey1-11/+4
2023-08-02[gdb/dap] Disable DAP for python <= 3.5Tom de Vries1-0/+3
2023-08-01Implement DAP "source" requestTom Tromey1-1/+23
2023-08-01Handle Source in DAP breakpointLocationsTom Tromey2-8/+20
2023-08-01Introduce sourceReference handling in DAPTom Tromey3-20/+41
2023-08-01Don't supply DAP 'path' for non-file shared librariesTom Tromey1-2/+4
2023-08-01Implement ValueFormat for DAPTom Tromey3-78/+114
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey2-11/+7
2023-08-01Add DAP support for C++ exceptionsTom Tromey1-4/+17
2023-08-01Implement DAP 'terminated' eventTom Tromey2-1/+2
2023-08-01Do not send "new breakpoint" event when breakpoint is setTom Tromey1-8/+28
2023-08-01Move DAP breakpoint event code to breakpoint.pyTom Tromey2-39/+40
2023-08-01Full paths in DAP stackTrace responsesTom Tromey2-51/+82
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey1-17/+17
2023-08-01Rename private member of FrameDecoratorTom Tromey1-4/+4
2023-08-01Add thread exited eventSimon Farre1-7/+18
2023-07-31Restore previous sigmask in gdb.block_signalsTom Tromey1-2/+2
2023-07-28Re-acquire GIL earlier in gdbpy_parse_and_evalTom Tromey1-2/+10
2023-07-27Report supportsBreakpointLocationsRequestTom Tromey1-1/+9
2023-07-26[gdb/tui] Fix assert in ~gdbpy_tui_window_makerTom de Vries1-1/+2
2023-07-23Use 'name' in DAP start_thread functionTom Tromey1-1/+1
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey2-24/+34
2023-07-21Implement DAP modules requestTom Tromey4-1/+85
2023-07-21Add Progspace.objfile_for_addressTom Tromey1-0/+27
2023-07-21Remove unused importsTom Tromey2-4/+0
2023-07-21Fix typo in py-type.c docstringTom Tromey1-1/+1
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey1-1/+4
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves1-4/+4
2023-07-15gdb/tui: make tui_win_info::title privateAndrew Burgess1-1/+1
2023-07-14Use correct inferior in Inferior.read_memory et alTom Tromey1-7/+36
2023-07-10Update TUI window title when changedTom Tromey1-1/+1
2023-07-10Handle typedefs in no-op pretty printersTom Tromey1-11/+12
2023-07-10Reimplement DAP stack traces using frame filtersTom Tromey4-103/+79
2023-07-10Simplify FrameVarsTom Tromey1-26/+1
2023-07-10Fix oversights in frame decorator codeTom Tromey1-4/+13
2023-07-10Add new interface to frame filter iterationTom Tromey1-26/+59
2023-07-10Fix execute_frame_filters doc stringTom Tromey1-7/+9
2023-07-07Fix result of DAP setExpressionTom Tromey1-1/+13