summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/independent_state.in
blob: 6e15a8ff663ecd79e8debda0b8d9d7b5bc7778c9 (plain)
1
2
3
4
5
6
script foobar = 40 + 7
script print(foobar)
script d = lldb.SBDebugger.Create()
script d:HandleCommand("script foobar = 40 + 2")
script print(foobar)
script d:HandleCommand("script print(foobar)")
OpenPOWER on IntegriCloud