aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2
AgeCommit message (Expand)AuthorFilesLines
2023-01-20gdb/dwarf: fix UBsan crash in read_subrange_typeSimon Marchi1-0/+22
2023-01-20gdb/testsuite: add test for negative subrange bounds with unsigned formSimon Marchi1-0/+25
2023-01-13Rename to allow_shlib_testsTom Tromey2-2/+2
2023-01-13Rename to allow_python_testsTom Tromey2-4/+4
2023-01-13Rename to allow_fortran_testsTom Tromey1-1/+1
2023-01-13Rename to allow_cplus_tests and allow_stl_testsTom Tromey18-18/+18
2023-01-13Use "require" for Python testsTom Tromey1-7/+1
2023-01-13Use require is_c_compiler_gccTom Tromey19-67/+19
2023-01-13Use require !use_gdb_stubTom Tromey1-4/+1
2023-01-13Use require !skip_fortran_testsTom Tromey1-3/+1
2023-01-13Use require !skip_shlib_testsTom Tromey2-8/+2
2023-01-13Use require !skip_cplus_testsTom Tromey18-28/+18
2023-01-13Use require is_x86_like_targetTom Tromey5-21/+5
2023-01-13Use require dwarf2_supportTom Tromey203-620/+203
2023-01-13Change 'require' to accept a list of predicatesTom Tromey3-3/+3
2023-01-13Don't use ensure_gdb_index with requireTom Tromey4-4/+16
2023-01-10gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type.Rohr, Stephan1-1/+51
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker434-434/+434
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi2-2/+0
2022-12-01Add name canonicalization for CTom Tromey1-3/+3
2022-11-28gdb/testsuite: remove use of then keyword from gdb.*/*.exp scriptsAndrew Burgess5-6/+6
2022-11-28gdb/testsuite: fail if gdb_start_cmd failsSimon Marchi1-1/+6
2022-11-26[gdb/symtab] Handle failure to open .gnu_debugaltlink fileTom de Vries1-0/+48
2022-11-22gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.expBruno Larsen1-3/+0
2022-11-03gdb: Fix issue with Clang CLI macrosBruno Larsen2-0/+118
2022-10-25[gdb/testsuite] Handle missing .note.GNU-stackTom de Vries54-0/+54
2022-10-19gdb/testsuite: avoid creating files in gdb/testsuite directoryAndrew Burgess1-1/+1
2022-10-14[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clangTom de Vries1-1/+1
2022-10-13[gdb/testsuite] Fix gdb.dwarf2/entry-value-typedef.exp with -m32Tom de Vries1-1/+1
2022-10-12[gdb/testsuite] Silence warnings about obsolete -gstabsTom de Vries1-1/+1
2022-10-12[gdb/testsuite] Remove unnecessary perror in some test-casesTom de Vries2-2/+0
2022-10-07[gdb/testsuite] Fix DUPLICATEs with remote-gdbserver-on-localhostTom de Vries1-60/+64
2022-10-04[gdb/symtab] Don't complain about function declsTom de Vries2-0/+64
2022-10-04[gdb/symtab] Don't complain about inlined functionsTom de Vries2-0/+66
2022-09-30[gdb/testsuite] Add aranges to gdb.dwarf2/dw2-dir-file-name.expTom de Vries1-0/+16
2022-09-26[gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32Tom de Vries1-0/+1
2022-09-17[gdb/symtab] Fix "file index out of range" complaintTom de Vries2-0/+49
2022-09-16[gdb/symtab] Handle named DW_TAG_unspecified_type DIETom de Vries2-0/+68
2022-09-16[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for aarch64Tom de Vries1-5/+12
2022-09-12[gdb/symtab] Support .gdb_index section with TUs in .debug_infoTom de Vries2-0/+70
2022-09-12[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64leTom de Vries1-4/+4
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 Vries3-0/+119
2022-09-06[gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries3-77/+114
2022-09-06[gdb/testsuite] Add gdb.dwarf2/debug-names-bad-cu-index.expTom de Vries1-0/+90
2022-09-06[gdb/testsuite] Add gdb.dwarf2/debug-names-tu.expTom de Vries1-0/+93
2022-08-31gdb, dwarf: create symbols for template tags without namesNils-Christian Kempke2-0/+228
2022-08-30[gdb/symtab] Fix assert in set_lengthTom de Vries1-0/+80
2022-08-19gdb/testsuite: re-compile entry-value-typedef .S files with -fPIESimon Marchi2-54/+64
2022-08-18gdb: call check_typedef at beginning of dwarf_expr_context::fetch_resultSimon Marchi4-0/+28511