aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2
AgeCommit message (Expand)AuthorFilesLines
2020-09-13gdb/testsuite: Explicitly return from mainPedro Alves3-1/+4
2020-09-13Fix a couple gdb.dwarf2/ testcases with "clang -flto"Pedro Alves2-15/+20
2020-09-08[gdb/testsuite] Fix gdb.dwarf2/frame-inlined-in-outer-frame.expTom de Vries1-0/+1
2020-08-31gdb: fix nits in previous patchesSimon Marchi1-1/+1
2020-08-31gdb: support frames inlined into the outer frameScott Linder2-0/+251
2020-08-31gdb: make frame_unwind_got_optimized return a not_lval valueSimon Marchi1-0/+12
2020-08-27gdb/testsuite: use multi_line in gdb.dwarf2/dw2-reg-undefined.expSimon Marchi1-1/+6
2020-08-25Disable Clang's integrated assembler for two testcasesGary Benson2-1/+14
2020-08-12Fix duplicate label in gdb.dwarf2/dw2-op-out-param.SGary Benson1-8/+8
2020-08-05gdb/testsuite: link some dwarf2 tests with nopieSimon Marchi6-6/+7
2020-08-03[gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user rangeTom de Vries2-0/+113
2020-07-29[gdb/testsuite] Make gdb.dwarf2/dw2-line-number-zero.exp more robustTom de Vries1-2/+2
2020-07-28Fix bug in DW_OP_GNU_variable_value evaluationTom Tromey1-0/+2
2020-07-25[gdb/symtab] Ignore zero line table entriesTom de Vries2-0/+202
2020-07-23gdb/disassembly: Update to handle non-statement addressesAndrew Burgess1-0/+206
2020-07-17[gdb/testsuite] Use MACRO_AT_{func,range}Tom de Vries20-191/+37
2020-07-17[gdb/testsuite] Drop src arg of MACRO_AT_{func,range}Tom de Vries13-34/+17
2020-07-17[gdb/testsuite] Remove Dwarf::externTom de Vries8-16/+0
2020-07-16gdb: fix issues with handling DWARF v5 rnglists & .dwo files.Caroline Tice2-0/+137
2020-07-16[gdb/testsuite] Add pseudo line number program instruction: lineTom de Vries6-99/+65
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries1-0/+14
2020-06-02[gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictionary.expTom de Vries1-6/+3
2020-06-01gdb: Preserve is-stmt lines when switch between filesAndrew Burgess6-0/+662
2020-05-15[gdb/testsuite] Rename *.exp.in to *.exp.tclTom de Vries3-2/+2
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.dwarf2Tom de Vries5-22/+30
2020-05-11[gdb/symtab] Fix incomplete CU list assert in .debug_namesTom de Vries5-107/+218
2020-05-09Fix for the complaint observed when symbol reading due to unsupported .debug_...nitachra1-12/+1
2020-05-08[gdb/testsuite] Add gdb.dwarf2/clang-debug-names.cTom de Vries2-0/+181
2020-04-28gdb: Fix toplevel types with -fdebug-types-sectionMark Williams2-0/+57
2020-04-28[gdb/symtab] Handle struct decl with DW_AT_signatureTom de Vries2-0/+175
2020-04-24Don't call compute_and_set_names for partial symbolsTom Tromey3-99/+60
2020-04-24[gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.expTom de Vries1-3/+3
2020-04-24[gdb/testsuite] Compile dwzbuildid-mismatch more quietlyTom de Vries1-1/+1
2020-04-24[gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietlyTom de Vries1-1/+1
2020-04-22[gdb/symtab] Find filename in shared psymtabTom de Vries1-0/+6
2020-04-22[gdb/symtab] Don't create duplicate psymtab for forward-imported CUTom de Vries1-0/+18
2020-04-16[gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries2-37/+95
2020-04-14[gdb] Fix missing symtab includesTom de Vries1-0/+80
2020-04-14gdb/testsuite: Move helper function into lib/dwarf.expAndrew Burgess4-57/+1
2020-04-08[gdb/testsuite] Fix imported-unit.exp FAIL without psymtabsTom de Vries1-10/+16
2020-04-07[gdb/symtab] Add symbol with inherited DW_AT_const_value to psymtabsTom de Vries1-0/+98
2020-04-02gdb: Don't remove duplicate entries from the line tableAndrew Burgess4-0/+238
2020-04-02[gdb/testsuite] Don't use O2 for inlining in break-inline-psymtab.expTom de Vries2-3/+2
2020-03-20Fix column alignment in "maint info line-table"Tom Tromey1-3/+3
2020-03-18[gdb/testsuite] Add test-case gdb.dwarf2/break-inline-psymtab.expTom de Vries3-0/+93
2020-03-13[gdb/symtab] Fix partial unit psymtabsTom de Vries1-0/+13
2020-03-12[gdb/testsuite] Fix dw2-ranges-base.exp FAIL with lib debuginfoTom de Vries1-1/+1
2020-03-11Mark discriminants as artificial in gdb.dwarf2/variant.expTom Tromey1-0/+3
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess5-3/+695
2020-02-21gdb/testsuite: Add test for case where gdb_demangle returns NULLAndrew Burgess2-0/+125