aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-12-06gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includesSimon Marchi17-9/+8
2024-12-06gdb: Fix use-after-free when an objfile has no symbols to loadGuinevere Larsen2-4/+4
2024-12-06Reduce WOW64 code duplicationHannes Domani3-222/+190
2024-12-04gdb: fix parsing of DIEs with both low/high pc AND ranges attributesAndrew Burgess3-22/+403
2024-12-04[gdb/tdep] Remove includes of gdbsupport/common-defs.hTom de Vries3-3/+0
2024-12-04[gdb/build] Fix build breaker on mingw-w64Simon Marchi3-5/+0
2024-12-04gdb, testsuite: fix TCL error in 'gdb.base/structs.exp'Stephan Rohr1-1/+1
2024-12-04[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.expTom de Vries1-5/+7
2024-12-03Fix "maint print" error messagesTom Tromey1-7/+16
2024-12-03Use ui-out table in "maint print reggroups"Tom Tromey5-16/+20
2024-12-03Use ui-out tables in some "maint print" commandsTom Tromey5-170/+192
2024-12-03[gdb/testsuite] Fix DUPLICATE in gdb.arch/pr25124.expTom de Vries1-2/+2
2024-12-03[gdb/python] Issue warning if python fails to initializeTom de Vries1-0/+35
2024-12-03[gdb/python] Handle empty PYTHONDONTWRITEBYTECODETom de Vries2-6/+24
2024-12-03[gdb/testsuite] Fix gdb.python/py-startup-opt.exp with empty PYTHONDONTWRITEB...Tom de Vries1-2/+3
2024-12-03[gdb/python] Warn and ignore ineffective python settingsTom de Vries1-25/+51
2024-12-03[gdb/python] Drop ATTRIBUTE_UNUSED on py_initialize_catch_abortTom de Vries1-6/+8
2024-12-03[gdb/python] Factor out and refactor py_initializeTom de Vries1-30/+49
2024-12-03gdb: restore nullptr check in compunit_symtab::find_call_siteSimon Marchi1-0/+3
2024-12-03gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp require avxGuinevere Larsen1-6/+3
2024-12-03gdb/dbx: Remove stabsect_build_psymtab as it was unusedGuinevere Larsen2-87/+0
2024-12-03[gdb/testsuite] Fix gdb.base/reset-catchpoint-cond.exp with --with-expat=noTom de Vries1-0/+3
2024-12-03[gdb/testsuite] Fix gdb.python/python.exp with --disable-tuiTom de Vries1-0/+4
2024-12-03gdb: fix crash when GDB can't read an objfileGuinevere Larsen3-8/+17
2024-12-03gdb: fix comment for gdbarch_stack_grows_downAndrew Burgess1-1/+1
2024-12-02gdb/configure.ac: remove elf_hp.h checkSimon Marchi3-7/+0
2024-12-02gdb, gdbserver, gdbsupport: flatten and sort some list in configure filesSimon Marchi2-32/+138
2024-12-02gdb: handle DW_AT_entry_pc pointing at an empty sub-rangeAndrew Burgess4-1/+356
2024-12-02testsuite, threads: add missing return statementsRohr, Stephan2-0/+5
2024-11-28[gdb/syscalls] Add syscalls {set,get,list,remove}xattratTom de Vries24-0/+96
2024-11-27gdb/testsuite: skip gdb.threads/omp-par-scope.exp with clangGuinevere Larsen1-0/+8
2024-11-27[gdb/symtab] Fix parent map dumpTom de Vries4-12/+36
2024-11-27[gdb/testsuite] Add gdb.dwarf2/dw2-tu-dwarf-4-5.expTom de Vries3-0/+173
2024-11-27[gdb/symtab] Fix parent map when handling .debug_info and .debug_typesAuthor: Tom Tromey2-14/+9
2024-11-27[gdb/tdep] s390: Add arch15 record/replay supportAndreas Arnez1-3/+75
2024-11-26nios2: Remove all GDB support for Nios II targets.Sandra Loosemore21-3028/+6
2024-11-26[gdb/syscalls] Update aarch64-linux.xml to linux v6.11Tom de Vries3-9/+144
2024-11-26[gdb/syscalls] Sync with strace v6.12Tom de Vries13-12/+13
2024-11-26[gdb/syscalls] Use update-linux-from-src.sh for arm-linuxTom de Vries4-85/+235
2024-11-26[gdb/syscalls] Restructure update-linux-from-src.shTom de Vries1-13/+72
2024-11-26[gdb/syscalls] Improve update-linux-from-src.shTom de Vries1-21/+52
2024-11-26[gdb/syscalls] Update to linux v6.11Tom de Vries22-0/+24
2024-11-25Convert dwarf2_per_objfile::die_type_hash to new hash tableSimon Marchi2-80/+43
2024-11-25Convert dwarf2_cu::call_site_htab to new hash tableSimon Marchi5-63/+65
2024-11-25Convert dwarf_cu::die_hash to new hash tableSimon Marchi4-58/+44
2024-11-25Convert gdb_bfd.c to new hash tableSimon Marchi1-65/+47
2024-11-25Convert more DWARF code to new hash tableSimon Marchi3-74/+43
2024-11-25Convert all_bfds to new hash tableSimon Marchi2-31/+19
2024-11-25Convert typedef hash to new hash tableSimon Marchi3-110/+71
2024-11-25Convert abbrevs to new hash tableSimon Marchi2-59/+48