llvm-project/lldb/test/Shell/Reproducer
Jonas Devlieghere 015c6cd475 Re-land "[lldb/Reproducers] Always collect the whole dSYM in the reproducer"
The FileCollector in LLDB collects every files that's used during a
debug session when capture is enabled. This ensures that the reproducer
only contains the files necessary to reproduce. This approach is not a
good fit for the dSYM bundle, which is a directory on disk, but should
be treated as a single unit.

On macOS LLDB have automatically find the matching dSYM for a binary by
its UUID. Having a incomplete dSYM in a reproducer can break debugging
even when reproducers are disabled.

This patch adds a was to specify a directory of interest to the
reproducers. It is called from SymbolVendorMacOSX with the path of the
dSYMs used by LLDB.

Differential revision: https://reviews.llvm.org/D76672
2020-03-31 12:47:12 -07:00
..
Functionalities [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
Inputs [lldb/Reproducers] Collect files imported by command script import 2020-03-24 08:54:26 -07:00
Modules [lldb/lit] Introduce %clang_host substitutions 2019-10-31 10:40:37 +01:00
TestCaptureEnvOverride.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestCrash.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestDSYM.test Re-land "[lldb/Reproducers] Always collect the whole dSYM in the reproducer" 2020-03-31 12:47:12 -07:00
TestDiscard.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestDriverOptions.test [lldb/Reproducers] Print more info for reproducer status 2020-01-15 20:25:44 -08:00
TestDump.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestFileRepro.test [lldb/lit] Introduce %clang_host substitutions 2019-10-31 10:40:37 +01:00
TestGDBRemoteRepro.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestLuaImport.test [lldb/Reproducers] Collect files imported by command script import 2020-03-24 08:54:26 -07:00
TestMultipleTargets.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestPythonImport.test [lldb/Reproducers] Collect files imported by command script import 2020-03-24 08:54:26 -07:00
TestRelativePath.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestReuseDirectory.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestSynchronous.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
TestVersionCheck.test [lldb/Reproducer] Add version check 2019-12-03 07:54:42 -08:00
TestWorkingDir.test [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00
lit.local.cfg [lldb/Reproducers] Mark reproducer test directory as unsupported on Windows 2020-03-23 09:54:11 -07:00