aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2
AgeCommit message (Expand)AuthorFilesLines
2021-07-06[gdb/symtab] Fix skipping of import of C++ CUTom de Vries4-7/+43
2021-06-29gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-2/+2
2021-06-29gdb: introduce frame_debug_printfSimon Marchi1-1/+4
2021-06-25gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess1-1/+1
2021-06-22gdb: Support DW_LLE_start_endAndreas Schwab2-0/+174
2021-06-22[gdb/testsuite] Add gdb.dwarf2/imported-unit-c.expTom de Vries1-0/+110
2021-06-07gdb: handle case where type alignment is unknownAndrew Burgess2-0/+152
2021-06-02Fix temp-dir leakage in per-bfd-sharing.expBernd Edlinger1-5/+5
2021-05-27[gdb/symtab] Fix segfault in process_psymtab_comp_unitTom de Vries1-5/+1
2021-05-27[gdb/testsuite] Prevent proc override in gdb-index.expTom de Vries1-2/+3
2021-05-21testsuite/gdb.dwarf2: avoid dead code in dw2-inline-with-lexical-scope.cTankut Baris Aktemur1-2/+2
2021-05-14testsuite: Cleanup some temp dirs with gdb-index filesBernd Edlinger1-0/+12
2021-05-10[PR gdb/27614] gdb-add-index fails on symlinks.Lancelot SIX1-0/+47
2021-04-26Add test case for gdb 10 crashTom Tromey3-0/+202
2021-04-17Avoid crash in write_psymtabs_to_indexTom Tromey1-0/+28
2021-04-16Print bfloat16 DWARF types correctlyLuis Machado1-0/+82
2021-04-15Avoid crash in Ada value printing with optimized-out arrayTom Tromey1-1/+32
2021-04-14testsuite, dwarf2: use @DW_INL_declared_inlined in a testTankut Baris Aktemur1-1/+1
2021-04-14gdb/dwarf2: fix "info locals" for clang-compiled inlined functionsTankut Baris Aktemur2-0/+191
2021-04-07gdb: handle relative paths to DWO filesCaroline Tice2-0/+158
2021-04-07gdb/testsuite: fix fission support in the Dwarf assemblerAndrew Burgess9-402/+371
2021-04-07gdb: Handle missing .debug_str sectionAndrew Burgess1-0/+41
2021-03-30gdb/dwarf: disable per-BFD resource sharing for -readnow objfilesSimon Marchi2-0/+121
2021-03-30[gdb/testsuite] Add missing .debug_abbrev terminator in dw2-cu-size.STom de Vries1-0/+3
2021-03-22gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess2-0/+101
2021-03-22gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess2-0/+129
2021-03-06Avoid crash on missing dwz fileTom Tromey1-0/+60
2021-02-16Correction of gdb.dwarf2/pr13961.SAlok Kumar Sharma1-73/+84
2021-02-08[gdb/testsuite] Use DW_FORM_ref_addr in gdb.dwarf2/enqueued-cu-base-addr.expTom de Vries1-1/+1
2021-02-05[gdb/testsuite] Add KFAILs for PR symtab/24549Tom de Vries1-1/+13
2021-02-05[gdb/symtab] Fix duplicate CUs in create_cus_from_debug_names_listTom de Vries1-0/+16
2021-02-02gdb/testsuite: add test for .debug_{rng,loc}lists section without offset arraySimon Marchi3-3/+117
2021-02-02gdb/dwarf: split dwarf2_cu::ranges_base in twoSimon Marchi3-9/+126
2021-02-02gdb/testsuite: add .debug_loclists testsSimon Marchi4-0/+345
2021-02-02gdb/testsuite: add .debug_rnglists testsSimon Marchi2-0/+182
2021-02-02[gdb/symtab] Fix assert in write_one_signatured_typeTom de Vries1-0/+15
2021-02-01[gdb/testsuite] Fix gdb.dwarf2/fission-reread.exp with .gdb_indexTom de Vries10-52/+51
2021-01-29[gdb/breakpoint] Fix stepping past non-stmt line-table entriesTom de Vries2-0/+170
2021-01-28[gdb/testsuite] Fix ERROR in gdb.dwarf2/dw2-out-of-range-end-of-seq.expTom de Vries1-3/+4
2021-01-25[gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off in partial DIETom de Vries1-1/+4
2021-01-04[gdb/symtab] Remove superfluous end-of-sequence markerTom de Vries1-0/+94
2021-01-01Update copyright year range in all GDB filesJoel Brobecker334-334/+334
2020-12-24gdb: avoid resolving dynamic properties for non-allocated arraysAndrew Burgess2-0/+159
2020-12-14Be more careful when rewriting thick pointer array typeTom Tromey1-0/+95
2020-12-14Handle fixed-point division by zeroTom Tromey1-0/+3
2020-11-30[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clangTom de Vries1-4/+0
2020-11-23Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker1-10/+18
2020-11-22[gdb/testsuite] Add testcase for DW_AT_count referencing a variableGary Benson1-1/+52
2020-11-16Update gdb.dwarf2/data-loc.expTom Tromey1-43/+6
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker2-0/+109