[Lldb-commits] [PATCH] D71825: [lldb/Lua] Support loading Lua modules.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 22 21:45:59 PST 2019
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp:57
+
+ // Reload the module if requested.
+ if (llvm::Error e = Run(
----------------
`s/ if requested//`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71825/new/
https://reviews.llvm.org/D71825
More information about the lldb-commits
mailing list