aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-10-22[gdb] Handle EINTR in run_under_shellTom de Vries1-1/+6
2024-10-21[gdb/symtab] Fix incorrect filenames with inter-CU refsTom de Vries3-6/+118
2024-10-21[gdb/contrib] Handle dot in spellcheck.shTom de Vries7-38/+52
2024-10-21[gdb/contrib] Speed up spellcheck.sh --checkTom de Vries1-15/+34
2024-10-21[gdb/contrib] Add spellcheck.sh --checkTom de Vries1-1/+18
2024-10-21gdb/guile: add get-basic-typeAndrew Burgess4-1/+29
2024-10-21[gdb/build, c++20] Fix more deprecated implicit capture of thisTom de Vries2-3/+3
2024-10-20gdb: fix 'maint info inline-frames' after 'stepi'Andrew Burgess2-7/+44
2024-10-20Use std::make_unique in more placesTom Tromey11-31/+35
2024-10-19Capture the current directory and debug directory in DWARF readerTom Tromey2-7/+18
2024-10-19Add cwd paramter to openpTom Tromey2-5/+8
2024-10-19[gdbsupport] Add gdb::array_view::{iterator,const_iterator}Tom de Vries1-0/+36
2024-10-19[gdb/guile, c++20] Work around Werror=volatile in libguile.hTom de Vries1-1/+8
2024-10-19[gdb/symtab] Skip local variables in cooked indexTom de Vries3-7/+66
2024-10-18Require a command argument in gdb.execute_miTom Tromey2-0/+11
2024-10-18[gdb] Handle bad alloc handling in gdb_bfd_openTom de Vries1-7/+8
2024-10-18[gdb/symtab] Fix qualified name for cooked index dumpTom de Vries2-6/+13
2024-10-17[gdb/testsuite] Fix gdb.ada/fixed_points.exp for gcc < 10Tom de Vries1-1/+1
2024-10-17Add myself to gdb/MAINTAINERSkamathforaix1-0/+1
2024-10-15Introduce and use gnat_version_compareTom Tromey15-25/+55
2024-10-14gdb/testsuite: fix gdb.multi/inferior-specific-bp.expGuinevere Larsen1-1/+2
2024-10-14gdb: make frame_unwind_try_unwinder return boolGuinevere Larsen1-6/+6
2024-10-12Add to GDB manual information about building index with 'gold'Robert Guthrie1-0/+13
2024-10-10gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabiAndrew Burgess12-18/+46
2024-10-10gdb: split osabi support between gdb/ and gdbsupport/ directoriesAndrew Burgess2-131/+1
2024-10-10gdb: make use of set_tdesc_osabi overload in features/ filesAndrew Burgess6-6/+6
2024-10-10[gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp on arm-linuxTom de Vries2-47/+71
2024-10-10[gdb/testsuite] Fix gdb.dwarf2/enum-type-c++.exp with clangTom de Vries2-31/+78
2024-10-10[gdb/testsuite] Fix some gdb.dwarf2 test-cases for check-read1Tom de Vries5-6/+15
2024-10-09[gdb/testsuite] Fix gdb.base/reggroups.exp with check-read1Tom de Vries1-7/+21
2024-10-08Use ui-out tables in "maint print user-regs"Tom Tromey2-3/+13
2024-10-08Use ui-out tables for info proc mappingsTom Tromey3-103/+76
2024-10-08[gdb/testsuite] Fix gdb.base/break-interp.exp with check-read1Tom de Vries1-17/+5
2024-10-08gdb: include --enable-targets in 'show configuration' outputAndrew Burgess4-2/+23
2024-10-08gdb: avoid breakpoint::clear_locations calls in update_breakpoint_locationsAndrew Burgess5-29/+121
2024-10-08[gdb/testsuite] Fix gdb.ada/tagged-lookup.exp with read1+readnowTom de Vries1-6/+2
2024-10-08[gdb/symtab] Fix gdb.dwarf2/enum-type-c++.exp with cc-with-debug-typesTom de Vries2-3/+5
2024-10-08[gdb/symtab] Fix parent of enumeratorTom de Vries2-10/+52
2024-10-08[gdb/contrib] Fix "sofar->so far" misspellingTom de Vries3-2/+3
2024-10-08[gdb/contrib] Add more separators in spellcheck.shTom de Vries7-8/+52
2024-10-08[gdb/contrib] Factor out grep_or and sed_or in spellcheck.shTom de Vries1-2/+41
2024-10-07[gdb/testsuite] Fix gdb.python/py-inferior.exp with -fsanitize=threadTom de Vries2-2/+4
2024-10-06gdb/m2: add builtin procedure function ADRGaius Mulley3-1/+41
2024-10-06gdb/MAINTAINERS: update my email addressGaius Mulley1-1/+1
2024-10-06[gdb] Rerun spellcheck.shTom de Vries1-2/+2
2024-10-06[gdb] Fix more common misspellingsTom de Vries10-10/+10
2024-10-06[gdb] Fix common misspellingsTom de Vries107-170/+170
2024-10-06[gdb/contrib] Add spellcheck.shTom de Vries1-0/+287
2024-10-04gdb segv in elfread.c:elf_rel_plt_readAlan Modra1-0/+2
2024-10-03gdb-dap: disable events when deleting breakpointsoltolm1-3/+3