[Lldb-commits] [PATCH] D76626: [lldb/Reproducers] Collect files imported by command script import
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 23 09:48:55 PDT 2020
JDevlieghere created this revision.
JDevlieghere added reviewers: LLDB, labath, aprantl.
Files imported by the script interpreter aren't opened by LLDB so they don't end up in the reproducer. The solution is to explicitly add them to the FileCollector.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D76626
Files:
lldb/include/lldb/Host/FileSystem.h
lldb/source/Host/common/FileSystem.cpp
lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/test/Shell/Reproducer/Inputs/foo.lua
lldb/test/Shell/Reproducer/Inputs/foo.py
lldb/test/Shell/Reproducer/TestLuaImport.test
lldb/test/Shell/Reproducer/TestPythonImport.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76626.252082.patch
Type: text/x-patch
Size: 4768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200323/6a4e96b6/attachment.bin>
More information about the lldb-commits
mailing list