aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-09-29cleanup: Add missing feature/ XML files to MakefileKeith Seitz4-20/+24
2022-09-28Fix GDB build: ELF support check & -lzstdPedro Alves2-6/+6
2022-09-28gdb: remove trailing spaces in READMESimon Marchi1-4/+4
2022-09-28Treat Character as a discrete type in AdaTom Tromey3-1/+69
2022-09-28Renenerate {gdb,gdbserver}/configurePedro Alves1-2/+2
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song6-7/+150
2022-09-26gdb/testsuite: update field names in gdb-gdb.py.inSimon Marchi1-2/+2
2022-09-26gdb/testsuite: use gdb_test in gdb.gdb/python-helper.expSimon Marchi2-75/+21
2022-09-26gdb/testsuite: bump duration for the whole test in do_self_testsSimon Marchi1-28/+8
2022-09-26[gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32Tom de Vries1-0/+1
2022-09-24gdb/source.c: Fix undefined behaviour dereferencing empty stringMagne Hov1-9/+1
2022-09-23Support AT_USRSTACKBASE and AT_USRSTACKLIM.John Baldwin1-0/+2
2022-09-23gdb/testsuite/tui: start GDB with "set filename-display basename"Simon Marchi1-1/+7
2022-09-23gdb/csky add cskyv2-linux.xml for cskyv2-linux.cJiangshuai Li4-82/+185
2022-09-22gdb/testsuite/lib/future.exp: follow dejagnu default_target_compileLancelot SIX1-1/+5
2022-09-22[gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries3-11/+32
2022-09-22[gdb/symtab] Rename all_comp_units to all_unitsTom de Vries3-87/+87
2022-09-22gdb/python: restrict the names accepted by gdb.register_window_typeAndrew Burgess4-1/+105
2022-09-22gdb/testsuite: Add test to step through function epilogueBruno Larsen2-0/+136
2022-09-22gdb.base/skip.exp: Use finish to exit functionsBruno Larsen1-17/+17
2022-09-22fix gdb.base/jit-elf.exp when testing with clangBruno Larsen1-1/+1
2022-09-22gdb/testsuite: fix gdb.base/msym-bp-shl when running with ClangBruno Larsen1-1/+1
2022-09-22gdb/testsuite: fix testing gdb.base/skip-inline.exp with clangBruno Larsen1-45/+62
2022-09-22Change gdb.base/skip-solib.exp deal with lack of epilogue informationBruno Larsen2-2/+4
2022-09-22gdb/testsuite: Add a proc to test where compiler links the epilogueBruno Larsen1-0/+32
2022-09-21gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi2-108/+4
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi10-108/+114
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi3-3/+3
2022-09-21gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi150-1323/+1320
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi14-116/+119
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi97-687/+683
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi10-61/+70
2022-09-20Make stdin_event_handler staticTom Tromey2-2/+1
2022-09-20Constify some target_so_ops instancesTom Tromey13-88/+112
2022-09-20Move solib_ops into gdbarchTom Tromey17-52/+59
2022-09-20Remove current_target_so_opsTom Tromey3-14/+3
2022-09-20gdb/testsuite: add a debuginfod-support.exp helper libraryAndrew Burgess2-111/+243
2022-09-19gdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handlerEnze Li1-1/+1
2022-09-17[gdb/symtab] Fix "file index out of range" complaintTom de Vries3-10/+59
2022-09-16BFD error message suppression test caseKevin Buettner2-0/+229
2022-09-16Suppress printing of superfluous BFD error messagesKevin Buettner1-0/+67
2022-09-16[gdb/symtab] Handle named DW_TAG_unspecified_type DIETom de Vries3-0/+69
2022-09-16[gdb/tdep] Fix PowerPC IEEE 128-bit format arg passingTom de Vries3-6/+49
2022-09-16[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for aarch64Tom de Vries1-5/+12
2022-09-16[gdb] Handle pending ^C after rl_callback_read_charTom de Vries1-0/+16
2022-09-13gdb/testsuite: Update gdb.base/so-impl-ld.expBruno Larsen2-13/+5
2022-09-13gdb/testsuite: introduce gdb_step_untilBruno Larsen1-0/+30
2022-09-13explicitly test for stderr in gdb.base/dprintf.expBruno Larsen1-0/+10
2022-09-13gdb/csky rm csky_print_registers_infoJiangshuai Li1-25/+0