aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2023-09-20gdb/dap: use breakpoint fullname to resolve sourceGregory Anders1-3/+3
2023-09-20gdb/dap: ignore unused keyword args in step_outGregory Anders2-1/+8
2023-09-20gdb/dap: check for breakpoint source before unpackingGregory Anders1-8/+12
2023-09-20Run 'black' on printing.pyTom Tromey1-1/+5
2023-09-19Handle pointers and references correctly in DAPTom Tromey1-0/+16
2023-09-19Give a language to a typeTom Tromey1-9/+4
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey1-2/+1
2023-09-12Avoid spurious breakpoint-setting failure in DAPTom Tromey1-1/+7
2023-09-06[gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbolsTom de Vries1-2/+5
2023-09-05Handle array- and string-like values in no-op pretty printersTom Tromey1-3/+23
2023-09-05Add new Python APIs to support DAP value displayTom Tromey2-0/+94
2023-09-05Select frame when fetching a frame variable in DAPTom Tromey2-3/+12
2023-09-05Use ada_value_subscript in valpy_getitemTom Tromey1-0/+3
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