aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six134-395/+396
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six25-34/+34
2023-11-21[gdb/tdep] Fix catching syscall execve exit for armTom de Vries1-4/+38
2023-11-21Fix gdb.bas/sigall.exp testcase in AIX.Aditya Vidyadhar Kamath1-5/+2
2023-11-21gdb: Fix segfault with a big .dynamic section sizeFelix Willgerodt1-2/+4
2023-11-20PowerPC: Fix test gdb.ada/finish-large.expCarl Love1-1/+7
2023-11-20gdb: fix reopen_exec_file for files with target: prefixAndrew Burgess2-7/+80
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess8-19/+22
2023-11-20gdb/infrun: simplify process_event_stop_testGuinevere Larsen1-12/+6
2023-11-20gdb/record: print frame information when exiting a recursive callGuinevere Larsen4-1/+108
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi8-32/+36
2023-11-17gdb: remove get_current_regcacheSimon Marchi31-83/+80
2023-11-17gdb: remove regcache's address spaceSimon Marchi25-252/+113
2023-11-17Remove extraneous blocks from dwarf2/read.c:new_symbolTom Tromey1-43/+41
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey3-2/+21
2023-11-17Implement the notStopped DAP responseTom Tromey4-4/+59
2023-11-17Remove ExecutionInvokerTom Tromey4-31/+16
2023-11-17Automatically run (most) DAP requests in gdb threadTom Tromey14-130/+116
2023-11-17Handle StackFrameFormat in DAPTom Tromey6-47/+453
2023-11-17Fix AMD_DBGAPI_SCOPED_DEBUG_START_END wrong settingPedro Alves1-1/+1
2023-11-16gdb: remove two uses of obstackSimon Marchi4-72/+48
2023-11-16Fix small bug in compile.expTom Tromey1-1/+1
2023-11-16gdb/python: remove use of str.isascii()Andrew Burgess1-1/+2
2023-11-16gdb/NEWS: merge two 'New commands' sectionsAndrew Burgess1-10/+8
2023-11-16gdb: mips: Change E_MIPS_* to EF_MIPS_*Ying Huang1-8/+8
2023-11-15Fix gdb.threads/threads-after-exec.exp racePedro Alves1-3/+7
2023-11-15Check gdb_python_module in gdbpy_handle_missing_debuginfoTom Tromey1-1/+1
2023-11-15Minor cleanups in ada-nested.expTom Tromey1-5/+9
2023-11-15Finalized intl-update patches (trois)Sam James1-5/+5
2023-11-15Finalized intl-update patches (deux)Sam James1-5/+5
2023-11-15Finalized intl-update patchesArsen Arsenovi?4-759/+2432
2023-11-14Remove path name from test caseTom Tromey1-1/+2
2023-11-14Remove some redundant "break"sTom Tromey1-4/+0
2023-11-14Update gdb.Symbol.is_variable documentationTom Tromey1-1/+3
2023-11-14Handle the static link in FrameDecoratorTom Tromey3-13/+174
2023-11-14Fix a bug in DAP scopes codeTom Tromey1-2/+6
2023-11-14Add gdb.Frame.static_link methodTom Tromey3-0/+39
2023-11-14Move follow_static_link to frame.cTom Tromey3-53/+53
2023-11-14Add block::function_blockTom Tromey2-0/+19
2023-11-14Add two convenience methods to blockTom Tromey2-3/+17
2023-11-14gdb/MAINTAINERS: add Guinevere Larsen as record-full maintainerSimon Marchi1-0/+1
2023-11-14gdb/MAINTAINERS: add Luis Machado as global maintainerSimon Marchi1-1/+1
2023-11-14gdb/MAINTAINERS: add John Baldwin as global maintainerSimon Marchi1-1/+1
2023-11-14gdb: normalize whitespaces in MAINTAINERSSimon Marchi1-13/+13
2023-11-14[gdb/tui] Factor out tui_noscroll_window et alTom de Vries3-66/+93
2023-11-14gdb: refactor make-target-delegates.py's ARGTYPESTankut Baris Aktemur1-6/+7
2023-11-14gdb: regenerate target-delegates.cTankut Baris Aktemur1-2/+2
2023-11-14[gdb/testsuite] Fix gdb.threads/stepi-over-clone.exp regexpTom de Vries1-5/+9
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess11-1/+1352
2023-11-14gdb: add an extension language hook for missing debug infoAndrew Burgess4-28/+166