llvm-project/lldb/lit/SymbolFile/DWARF
Aleksandr Urakov e8fc05ce7d [DWARF] Fix dwarf5-index-is-used.cpp
Summary:
`dwarf5-index-is-used.cpp` have been failing after rL340206, because `clang`
have stopped to emit pubnames by default after that change. Current patch adds
`-gpubnames` option to the `clang` command line in the test to emit pubnames.

Reviewers: labath, dblaikie

Reviewed By: labath

Subscribers: clayborg, probinson, teemperor, lldb-commits, aprantl, JDevlieghere, abidh, stella.stamenova

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D51208

llvm-svn: 341296
2018-09-03 07:16:06 +00:00
..
Inputs lldb-test symbols: Add -file argument and the ability to dump global variables in a file 2018-06-12 12:57:36 +00:00
apple-index-is-used.cpp [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use 2018-06-06 11:35:23 +00:00
debug-names-compressed.cpp DebugNamesDWARFIndex: fix handling of compressed sections 2018-06-14 14:41:30 +00:00
dwarf5-index-is-used.cpp [DWARF] Fix dwarf5-index-is-used.cpp 2018-09-03 07:16:06 +00:00
dwarf5-partial-index.cpp lit/SymbolFile/DWARF: Simplify test RUN lines 2018-06-12 12:43:55 +00:00
find-basic-function.cpp Fix typo in find-basic-function test 2018-07-16 16:18:52 +00:00
find-basic-namespace.cpp lit/SymbolFile/DWARF: Simplify test RUN lines 2018-06-12 12:43:55 +00:00
find-basic-type.cpp lit/SymbolFile/DWARF: Simplify test RUN lines 2018-06-12 12:43:55 +00:00
find-basic-variable.cpp lit/SymbolFile/DWARF: Simplify test RUN lines 2018-06-12 12:43:55 +00:00
find-function-regex.cpp lit/SymbolFile/DWARF: Simplify test RUN lines 2018-06-12 12:43:55 +00:00
find-inline-method.s ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the same way 2018-05-29 08:16:22 +00:00
find-method-local-struct.cpp AppleDWARFIndex: Get function method-ness directly from debug info 2018-06-04 09:05:27 +00:00
find-method.cpp lit/SymbolFile/DWARF: Simplify test RUN lines 2018-06-12 12:43:55 +00:00
find-qualified-variable.cpp DebugNamesDWARFIndex: Add ability to lookup variables 2018-06-07 10:04:44 +00:00
find-type-in-function.cpp
find-variable-dwo.cpp DWARFDebugNames: Fix lookup in dwo files 2018-06-11 13:22:31 +00:00
find-variable-file.cpp DWARFDebugNames: Implement last GetGlobalVariables overload 2018-06-12 13:11:25 +00:00
lit.local.cfg ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the same way 2018-05-29 08:16:22 +00:00