aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-05-26gdb/NEWS: Replace "Chagnes since GDB 14" to "Changes in GDB 15"Joel Brobecker1-1/+1
2024-05-26Bump version to 15.0.90.DATE-git.Joel Brobecker1-1/+1
2024-05-24[gdb/testsuite] Add PR26286 kfail in gdb.threads/attach-many-short-lived-thre...Tom de Vries1-1/+24
2024-05-23gdb, testsuite: Fix return value in gdb.base/foll-fork.expFelix Willgerodt1-1/+1
2024-05-23gdb/testsuite: Restore libc_has_debug_info's less strict behaviourThiago Jung Bauermann1-11/+10
2024-05-22Default dwarf_synchronous to trueTom Tromey1-1/+1
2024-05-21Clarify documentation for pretty_printer.childTom Tromey1-2/+3
2024-05-20gdb: Fix Windows build after #include shuffleKévin Le Gouguec1-0/+1
2024-05-20[gdb/testsuite] Fix can_spawn_for_attach_1 consistency checkTom de Vries1-0/+7
2024-05-18Remove unnecessary block from execute_fn_to_ui_fileTom Tromey1-14/+12
2024-05-17Remove gdb_stdtargerrTom Tromey12-21/+3
2024-05-17Don't allow new-ui to start the TUITom Tromey7-5/+25
2024-05-17Inline some ui_out methodsTom Tromey2-50/+10
2024-05-17gdb/symtab: use symbol name matcher for all segments in a qualified nameDmitry Neverov1-10/+25
2024-05-17gdb/symtab: compute match_type outside the loopDmitry Neverov1-2/+3
2024-05-17gdb/symtab: reuse last segment lookup name info by creating it outside the loopDmitry Neverov1-3/+3
2024-05-17gdb/symtab: check name matches before expanding a CUDmitry.Neverov1-3/+19
2024-05-16[gdb/testsuite] Add missing terminator in Dwarf::_macro_unitTom de Vries2-0/+13
2024-05-16gdb: remove unused includes in objfiles.{c,h}Simon Marchi2-9/+0
2024-05-16gdb, testsuite: Handle unused compiler option fdiagnostics-color=never.Ijaz, Abdul B1-10/+44
2024-05-16gdb: define type aliases for `fork_inferior()` callbacksSimon Marchi2-15/+18
2024-05-16gdb: initialize packet_result::m_textual_err_msgSimon Marchi1-1/+1
2024-05-16gdb: remove unused include in infcmd.cSimon Marchi1-1/+0
2024-05-16gdb: remove unused includes from progspace.{c,h}Simon Marchi2-3/+0
2024-05-16gdb: move lm_info to solib in dsbt_current_sosSimon Marchi1-0/+1
2024-05-16Stop 'configure --enable-threading' if std::thread doesn't workPedro Alves1-3/+11
2024-05-16[gdb/testsuite] Generate DW_MACRO_define_strp in dwarf assemblyTom de Vries2-1/+29
2024-05-14Add spaceship operator to cp-name-parser.yTom Tromey1-1/+18
2024-05-14Allow function types as template parameters in name canonicalizerTom Tromey2-7/+4
2024-05-14Implement C++14 numeric separatorsTom Tromey3-10/+53
2024-05-14Fix C++ canonicalization of hex literalsTom Tromey1-5/+56
2024-05-14Remove some unnecessary allocations from cpname_state::parse_numberTom Tromey1-13/+12
2024-05-14Fix C++ name canonicalizations of character literalsTom Tromey1-6/+43
2024-05-14Change storage of demangle_componentTom Tromey3-81/+14
2024-05-14Clean up demangle_parse_infoTom Tromey2-16/+4
2024-05-14Allow initialization functions in .y filesTom Tromey1-1/+3
2024-05-14Remove test code from cp-name-parser.yTom Tromey3-153/+1
2024-05-14Disallow trailing whitespace in docstringsTom Tromey8-15/+30
2024-05-14Remove fflush call from tui_refresh_cmd_winTom Tromey1-5/+0
2024-05-14gdb/doc: don't delete *.pod files too earlyAndrew Burgess1-4/+2
2024-05-14gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flagsAndrew Burgess4-14/+8
2024-05-14Adjust C++ destructor type testsJason Merrill1-3/+3
2024-05-14Fix Segmentation Fault in AIX during multi process debugging.Aditya Vidyadhar Kamath1-1/+2
2024-05-11[gdb/testsuite] Fix Wreturn-mismatch in gdb.base/list-dot-nodebug.expTom de Vries1-1/+1
2024-05-10Change gdbarch_inner_than to return boolTom Tromey7-13/+13
2024-05-10Remove tui_refresh_allTom Tromey3-14/+5
2024-05-10Add symbol, line, and location to DAP disassemble resultTom Tromey3-7/+209
2024-05-10Implement tp_richcompare for gdb.BlockTom Tromey1-1/+23
2024-05-10Simplify DAP make_source callersTom Tromey3-7/+8
2024-05-10Remove FIXME from DAPTom Tromey1-1/+0