aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-02gdb: more file name stylingAndrew Burgess4-23/+41
2024-10-01Introduce and use operation::type_pTom Tromey7-20/+32
2024-09-30Add line-number stylingTom Tromey28-55/+131
2024-09-30gdb: fix filename completion in the middle of a lineAndrew Burgess2-4/+189
2024-09-30gdb: fix for completing a second filename for a commandAndrew Burgess2-103/+121
2024-09-30gdb/MAINTAINERS: add myself to maintainersGerlicher, Klaus1-0/+1
2024-09-30gdb: Remove myself as x86 maintainer and update my emailFelix Willgerodt1-3/+2
2024-09-30gdb, testsuite: clean duplicate header includesGerlicher, Klaus14-15/+0
2024-09-28[gdb/symtab] Dump m_all_parents_map for verbose debug dwarf-readTom de Vries4-7/+75
2024-09-27Re-run 'isort' on gdb testsTom Tromey1-0/+1
2024-09-27gdb/symtab: pass program space to lookup_symtab and iterate_over_symtabsSimon Marchi9-46/+37
2024-09-26Add 'const' to symmisc.cTom Tromey1-3/+5
2024-09-26gdb/testsuite: test for memory leaks in gdb.Inferior.read_memory()Andrew Burgess3-0/+163
2024-09-25[gdb/python] Make sure python sys.exit makes gdb exitTom de Vries2-0/+98
2024-09-25gdb/testsuite: format some Python filesSimon Marchi3-0/+3
2024-09-25gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina37-2424/+55
2024-09-25gdb, testsuite, python: Add missing imports.Schimpe, Christina4-1/+4
2024-09-24Fix typo in gdb.ada/complete.exp testTom Tromey1-1/+1
2024-09-24gdb: testsuite: Test whether PC register is expedited in gdb.server/server-ru...Thiago Jung Bauermann6-8/+87