summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
Commit message (Collapse)AuthorAgeFilesLines
* [lldb/lua] Make convenience_variables.test compatible with lua-5.1Pavel Labath2020-01-101-5/+5
|
* [lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere2020-01-091-0/+17
The Python script interpreter makes the current debugger, target, process, thread and frame available to interactive scripting sessions through convenience variables. This patch does the same for Lua. Differential revision: https://reviews.llvm.org/D71801
OpenPOWER on IntegriCloud