summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* [gdb/testsuite] Fix gdb.ada/mi_catch_ex{,_hand}.exp FAILsTom de Vries2020-10-143-0/+9
* [gdb] Fix segfault in solib_contains_address_pTom de Vries2020-10-142-0/+9
* Eliminate mi_run_to_main, introduce mi_clean_restartPedro Alves2020-10-1360-400/+190
* gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves2020-10-1346-83/+132
* gdb/testsuite/: Use -qualified in runto_main / mi_runto_mainPedro Alves2020-10-135-6/+27
* Introduce mi_runto_mainPedro Alves2020-10-1312-18/+39
* 'runto main' -> 'runto_main' throughoutPedro Alves2020-10-1357-63/+123
* gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)Simon Marchi2020-10-136-1/+88
* Normalize names of the NetBSD filesKamil Rytarowski2020-10-1337-99/+166
* Change target_section_table to std::vector aliasTom Tromey2020-10-1217-75/+94
* Remove clear_section_tableTom Tromey2020-10-124-14/+9
* Simplify add_target_sections_of_objfileTom Tromey2020-10-122-13/+5
* build_section_table cannot failTom Tromey2020-10-127-39/+26
* Use a std::vector in target_section_tableTom Tromey2020-10-1215-301/+230
* Introduce target-section.hTom Tromey2020-10-123-27/+60
* PowerPC testsuite fails and duplicatesAlan Modra2020-10-1313-137/+22
* Re: gdb: Improve formatting of 'show architecture' messagesAlan Modra2020-10-136-9/+18
* Reject ambiguous C++ field accesses (PR exp/26602)Pedro Alves2020-10-125-219/+451
* Fix testcases with required but unreferenced functions and variablesGary Benson2020-10-1215-19/+36
* gdb: detect main function even when there's no matching msymbolAndrew Burgess2020-10-114-10/+33
* ada-lang.c::advance_wild_match improve doc and parameter+temporaries typesJoel Brobecker2020-10-092-6/+11
* Fix bit offset regressionTom Tromey2020-10-095-10/+23
* Return std::string from ada_encodeTom Tromey2020-10-094-40/+34
* Handle void results as unformatted printsHannes Domani2020-10-094-0/+17
* gdb: Delay releasing target_desc_up in more casesAndrew Burgess2020-10-0910-66/+89
* gnulib: Ensure all libraries are used when building gdb/gdbserverAndrew Burgess2020-10-092-3/+7
* Notify observers that directories have changed when using "directory" CLI com...Jan Vrany2020-10-094-2/+30
* Style more output of "disassemble" commandTom Tromey2020-10-084-9/+27
* Update GDB NEWS with ARC support in GDBserverShahab Vahedi2020-10-082-0/+6
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-0876-512/+599
* Add simple_search_memory unit testsTom Tromey2020-10-073-0/+106
* Document inclusive range in help for "find"Tom Tromey2020-10-072-0/+7
* Move simple_search_memory to gdbsupport/search.ccTom Tromey2020-10-074-112/+24
* Rename some tests in find.expTom Tromey2020-10-072-6/+10
* gdb: put user-supplied CFLAGS at the endSimon Marchi2020-10-072-3/+13
* arc: Add support for Linux coredump filesAnton Kolesov2020-10-075-4/+270
* arc: Rename "arc_gdbarch_features" structShahab Vahedi2020-10-074-19/+26
* gdb/infcmd: remove redundant clear_proceed_status callTankut Baris Aktemur2020-10-072-1/+5
* Correct logical error in NetBSD's read_memory and write_memoryKamil Rytarowski2020-10-072-2/+6
* Add common write_memory and read_memory NetBSD routinesKamil Rytarowski2020-10-074-0/+131
* gdb: make signal_catch_counts a static arraySimon Marchi2020-10-072-3/+6
* gdb: Fix installation of gcore.1 on some platformsMichael Forney2020-10-062-0/+6
* Fix gdb.base/list.exp with ClangGary Benson2020-10-063-2/+7
* Fix gdb.base/list-ambiguous.exp with ClangGary Benson2020-10-063-2/+8
* gdb: handle unmapped overlays in find_pc_lineAndrew Burgess2020-10-062-3/+17
* gdb/testsuite: allow gdb.base/overlays.exp to compile for m32rAndrew Burgess2020-10-064-38/+58
* gdb: sync tui header files in HFILES_NO_SRCDIRSimon Marchi2020-10-052-1/+6
* gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.cSimon Marchi2020-10-052-1/+6
* gdb: avoid unnecessary string copy in auto_load_objfile_script_1Simon Marchi2020-10-052-4/+8
* Fix function argument and return value locationsHannes Domani2020-10-055-5/+46