aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves46-83/+132
2020-10-13gdb/testsuite/: Use -qualified in runto_main / mi_runto_mainPedro Alves5-6/+27
2020-10-13Introduce mi_runto_mainPedro Alves12-18/+39
2020-10-13'runto main' -> 'runto_main' throughoutPedro Alves57-63/+123
2020-10-13gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)Simon Marchi6-1/+88
2020-10-13Remove unneeded netbsd_add_process()Kamil Rytarowski2-14/+7
2020-10-13gold: Skip some incremental testsH.J. Lu5-63/+190
2020-10-13gold: Discard .note.gnu.property sectionH.J. Lu5-2/+40
2020-10-13gold: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu8-13/+110
2020-10-13gold: Properly align the NT_GNU_PROPERTY_TYPE_0 noteH.J. Lu7-5/+73
2020-10-13Gold: Enable safe ICF for shared object on x86-64H.J. Lu4-17/+23
2020-10-13Gold: Skip zero-sized sections for ICFH.J. Lu2-0/+6
2020-10-13Normalize names of the NetBSD filesKamil Rytarowski37-99/+166
2020-10-12Change target_section_table to std::vector aliasTom Tromey17-75/+94
2020-10-12Remove clear_section_tableTom Tromey4-14/+9
2020-10-12Simplify add_target_sections_of_objfileTom Tromey2-13/+5
2020-10-12build_section_table cannot failTom Tromey7-39/+26
2020-10-12Use a std::vector in target_section_tableTom Tromey15-301/+230
2020-10-12Introduce target-section.hTom Tromey3-27/+60
2020-10-13Automatic date update in version.inGDB Administrator1-1/+1
2020-10-13PowerPC testsuite fails and duplicatesAlan Modra13-137/+22
2020-10-13Re: gdb: Improve formatting of 'show architecture' messagesAlan Modra6-9/+18
2020-10-12Reject ambiguous C++ field accesses (PR exp/26602)Pedro Alves5-219/+451
2020-10-12Fix testcases with required but unreferenced functions and variablesGary Benson15-19/+36
2020-10-12Automatic date update in version.inGDB Administrator1-1/+1
2020-10-11gdb: detect main function even when there's no matching msymbolAndrew Burgess4-10/+33
2020-10-11Automatic date update in version.inGDB Administrator1-1/+1
2020-10-10Automatic date update in version.inGDB Administrator1-1/+1
2020-10-09ada-lang.c::advance_wild_match improve doc and parameter+temporaries typesJoel Brobecker2-6/+11
2020-10-09Fix bit offset regressionTom Tromey5-10/+23
2020-10-09Return std::string from ada_encodeTom Tromey4-40/+34
2020-10-09[GOLD] Power10 segv due to wild r2Alan Modra4-18/+50
2020-10-09[GOLD] internal error in relocate, at powerpc.cc:10473Alan Modra2-7/+21
2020-10-09x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu211-404/+1149
2020-10-09Handle void results as unformatted printsHannes Domani4-0/+17
2020-10-09gdb: Delay releasing target_desc_up in more casesAndrew Burgess12-69/+97
2020-10-09gnulib: Ensure all libraries are used when building gdb/gdbserverAndrew Burgess9-10/+77
2020-10-09Notify observers that directories have changed when using "directory" CLI com...Jan Vrany4-2/+30
2020-10-08Style more output of "disassemble" commandTom Tromey4-9/+27
2020-10-09Automatic date update in version.inGDB Administrator1-1/+1
2020-10-08gold: Update testsuite/split_[i386|x32|x86_64].shH.J. Lu4-3/+9
2020-10-08Update GDB NEWS with ARC support in GDBserverShahab Vahedi2-0/+6
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess83-529/+632
2020-10-08[GOLD] Increase --split-stack-adjust-sizeAlan Modra2-1/+5
2020-10-08Automatic date update in version.inGDB Administrator1-1/+1
2020-10-07x86: Update GNU property testsH.J. Lu7-0/+16
2020-10-07Add simple_search_memory unit testsTom Tromey3-0/+106
2020-10-07Document inclusive range in help for "find"Tom Tromey2-0/+7
2020-10-07Remove some dead code from handle_search_memoryTom Tromey2-7/+6
2020-10-07Use simple_search_memory in gdbserverTom Tromey2-107/+11