aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-11-23[gdb/python] Reformat missing_debug.py using blackTom de Vries1-0/+4
2023-11-22Fix build with GCC 7.5Tom Tromey1-10/+8
2023-11-22Fix AIX thr!= NULL assertion failure during fork.Aditya Vidyadhar Kamath1-8/+20
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries3-3/+34
2023-11-22[gdb/tui] Allow command window of 1 or 2 linesTom de Vries2-0/+41
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries1-2/+12
2023-11-21Simplify C++ type-printingTom Tromey2-112/+30
2023-11-21Use enum accessibility in types and member functionsTom Tromey3-19/+20
2023-11-21Remove char-based bitfield macrosTom Tromey1-9/+0
2023-11-21Remove some type field accessor macrosTom Tromey9-60/+40
2023-11-21Remove some QUIT calls from need_access_label_pTom Tromey1-7/+0
2023-11-21Add field::is_publicTom Tromey1-1/+5
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey5-275/+122
2023-11-21Print field accessibility inlineTom Tromey1-1/+12
2023-11-21Use .def file to stringify type codesTom Tromey1-81/+18
2023-11-21gdb: fix build of darwin-nat.cSimon Marchi1-1/+1
2023-11-21Refactor DAP queue handlingTom Tromey2-10/+11
2023-11-21[gdb/tdep] Handle memory error in s390_linux_get_syscall_numberTom de Vries1-3/+12
2023-11-21[gdb/testsuite] Fix spurious FAILs with examine-backward.exp, againTom de Vries2-20/+33
2023-11-21gdb: Use initializers in lambda captures unconditionallyLancelot Six2-13/+2
2023-11-21gdb/disasm.h: Mark callbacks noexcept unconditionallyLancelot Six1-21/+6
2023-11-21gdbsupport: Remove gdb::string_viewLancelot Six74-5511/+0
2023-11-21gdb: Remove uses of gdb::to_string (const std::string_view &)Lancelot Six6-33/+24
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six28-116/+125
2023-11-21gdbsupport: remove gdb::optionalLancelot Six16-1742/+0
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