aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Implement DAP "source" requestTom Tromey4-4/+97
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 Tromey4-78/+124
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey5-12/+13
2023-08-01Add DAP support for C++ exceptionsTom Tromey3-4/+119
2023-08-01Implement DAP 'terminated' eventTom Tromey3-1/+41
2023-08-01Do not send "new breakpoint" event when breakpoint is setTom Tromey2-13/+34
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 Tromey4-17/+70
2023-08-01Refactor dap_launchTom Tromey3-28/+43
2023-08-01Rename private member of FrameDecoratorTom Tromey1-4/+4
2023-08-01Add thread exited eventSimon Farre1-7/+18
2023-07-31[gdb/testsuite] Set TSAN_OPTIONS by default to history_size=7Tom de Vries1-0/+8
2023-07-31Fix bug in fixed-point handlingTom Tromey3-0/+13
2023-07-31gdb/amdgpu: Fix debugging multiple inferiors using the ROCm runtimeLancelot Six3-3/+207
2023-07-31gdb/testsuite/rocm: Add the hip_devices_support_debug_multi_process procLancelot Six1-0/+20
2023-07-31Set PYTHONMALLOC in the test suiteTom Tromey1-0/+4
2023-07-31Restore previous sigmask in gdb.block_signalsTom Tromey1-2/+2
2023-07-30GDB Global Maintainer update (3 maintainers stepping down)Joel Brobecker1-5/+3
2023-07-28[gdb] Rename variable main_thread to main_thread_idTom de Vries1-4/+4
2023-07-28Re-acquire GIL earlier in gdbpy_parse_and_evalTom Tromey1-2/+10
2023-07-27gdb: remove trailing empty line in target-delegates.cSimon Marchi5-7/+12
2023-07-27Report supportsBreakpointLocationsRequestTom Tromey1-1/+9
2023-07-26[gdb/testsuite] Fix gdb.python/py-thread-exited.expTom de Vries1-1/+3
2023-07-26[gdb/build] Fix Wstringop-truncation in coff_getfilenameTom de Vries2-4/+6
2023-07-26[gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.expTom de Vries3-9/+8
2023-07-26[gdb/tui] Fix secondary promptTom de Vries2-0/+44
2023-07-26[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5...Tom de Vries1-7/+9
2023-07-26[gdb/tui] Fix assert in ~gdbpy_tui_window_makerTom de Vries1-1/+2
2023-07-26[gdb/testsuite] Fix regexps in gdb.base/step-over-syscall.expTom de Vries1-4/+4
2023-07-23Use 'name' in DAP start_thread functionTom Tromey1-1/+1
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey4-62/+106
2023-07-23gdb: two changes to linux_nat_debug_printf calls in linux-nat.cAndrew Burgess1-7/+7
2023-07-23gdb/testsuite: replace $testfile with $binfile in one caseAndrew Burgess1-1/+1
2023-07-22[gdb/testsuite] Improve gdb.arch/arm-pthread_cond_timedwait-bt.expTom de Vries1-3/+6
2023-07-22[gdb/testsuite] Use proc readnow in two test-casesTom de Vries2-14/+8
2023-07-21Fix crash with DW_FORM_implicit_constTom Tromey3-13/+22
2023-07-21Implement DAP modules requestTom Tromey8-1/+228
2023-07-21Add Progspace.objfile_for_addressTom Tromey6-0/+62
2023-07-21Remove unused importsTom Tromey2-4/+0
2023-07-21Document array indexing for Python gdb.ValueTom Tromey1-0/+7
2023-07-21Remove redundant @findex from python.texiTom Tromey1-52/+0
2023-07-21Fix typo in py-type.c docstringTom Tromey1-1/+1
2023-07-21Implement Ada target name symbolTom Tromey5-7/+113
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey3-1/+18
2023-07-21Remove ancient Ada workaroundTom Tromey4-35/+0
2023-07-21gdb/solib-rocm: limit the number of opened file descriptorsLancelot Six1-10/+115