llvm-project/lldb/lit/SymbolFile/DWARF
Fangrui Song b026b3e53d [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958
llvm-svn: 371962
2019-09-16 07:52:30 +00:00
..
Inputs A more robust way of testing debug_line parser near the end of module 2019-08-07 11:33:56 +00:00
apple-index-is-used.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
array-sizes.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
childless-compile-unit.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
compilercontext.ll Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
debug-line-basic.s A more robust way of testing debug_line parser near the end of module 2019-08-07 11:33:56 +00:00
debug-names-compressed.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
debug-types-address-ranges.s [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958 2019-09-16 07:52:30 +00:00
debug-types-basic.test DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
debug-types-dwarf5.s DWARF: Don't create lldb CompileUnits for DWARF type units 2019-06-13 11:22:47 +00:00
debug-types-dwo-cross-reference.cpp [DWARF] Add one more type unit test 2019-07-02 07:57:08 +00:00
debug-types-expressions.test DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
debug-types-line-tables.s DWARF: Don't create lldb CompileUnits for DWARF type units 2019-06-13 11:22:47 +00:00
debug-types-missing-signature.test DWARF: Implement DW_AT_signature lookup for type unit support 2019-05-24 08:11:12 +00:00
debug-types-signature-loop.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
debug_aranges-empty-section.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
debug_loc.s Remove DWARFExpression::LocationListSize 2019-08-29 15:21:26 +00:00
debug_ranges-missing-section.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
debug_ranges.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
debug_ranges_and_rnglists.test DWARF: Fix address range support in mixed 4+5 scenario 2019-05-29 09:22:36 +00:00
debug_rnglists.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
deterministic-build.cpp Add support for deterministically linked binaries on macOS to lldb. 2019-08-07 19:29:04 +00:00
dir-separator-no-comp-dir-relative-name.s [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958 2019-09-16 07:52:30 +00:00
dir-separator-no-comp-dir.s [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958 2019-09-16 07:52:30 +00:00
dir-separator-posix.s [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958 2019-09-16 07:52:30 +00:00
dir-separator-windows.s [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958 2019-09-16 07:52:30 +00:00
dwarf5-index-is-used.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
dwarf5-partial-index.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
dwarf5_locations.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
find-basic-function.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-basic-namespace.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-basic-type.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-basic-variable.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-function-regex.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-inline-method.s [test] Add -z separate-code to fix tests that ae sensitive to exact addresses after r371958 2019-09-16 07:52:30 +00:00
find-method-local-struct.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-method.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-qualified-variable.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-type-in-function.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-variable-dwo.cpp Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
find-variable-file.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
forward-declarations.s DWARF: Share line tables of type units 2019-06-12 11:29:50 +00:00
gnu-style-compression.cpp ObjectFileELF: Add support for gnu-style compressed sections 2019-07-10 16:10:43 +00:00
lit.local.cfg Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-test 2019-08-20 16:44:25 +00:00
parallel-indexing-stress.s Add "REQUIRES: x86" to DWARF assembly tests 2019-06-10 15:08:00 +00:00
split-dwarf-inlining.cpp Ignore DIEs in the skeleton unit in a DWO scenario 2019-06-05 07:29:55 +00:00
split-dwarf-multiple-cu.ll DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00