aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-13gdb/csky rm csky_memory_insert/remove_breakpointJiangshuai Li1-201/+0
2022-09-13gdb/csky add unwinder for long branch casesJiangshuai Li2-5/+60
2022-09-13gdbserver/csky add csky gdbserver supportJiangshuai Li4-0/+198
2022-09-12Use checked_static_cast in more placesTom Tromey7-22/+14
2022-09-12add xfails to gdb.base/complex-parts.exp when testing with clangBruno Larsen1-0/+5
2022-09-12Fix gdb.base/call-ar-st to work with ClangBruno Larsen1-1/+12
2022-09-12fix gdb.base/access-mem-running.exp for clang testingBruno Larsen1-1/+1
2022-09-12update gdb.base/info-program.exp to not fail with clangBruno Larsen1-3/+3
2022-09-12gdb/testsuite: change gdb.base/nodebug.exp to not fail with clangBruno Larsen1-2/+10
2022-09-12[gdb] Fix abort in selftest run_on_main_thread with ^CTom de Vries1-2/+6
2022-09-12[gdb/symtab] Support .gdb_index section with TUs in .debug_infoTom de Vries3-2/+75
2022-09-12[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64leTom de Vries2-10/+5
2022-09-12[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp with clangTom de Vries2-23/+62
2022-09-11[gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries5-4/+123
2022-09-08Fix hardware watchpoint check in test gdb.base/watchpoint-reuse-slot.expCarl Love1-1/+11
2022-09-07[gdb/testsuite] xfail gdb.ada/O2_float_param.exp for aarch64 and gcc 7.5.0Tom de Vries1-1/+23
2022-09-07[gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64Tom de Vries3-3/+3
2022-09-07Fix endianness handling for arm record self testsLuis Machado1-82/+68
2022-09-07[gdb/testsuite] Use prototype to call libc functionsTom de Vries4-4/+6