Home
last modified time | relevance | path

Searched refs:m_script_interpreter (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp33 m_script_interpreter(script_interpreter) { in IOHandlerLuaInterpreter()
34 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
37 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
41 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
51 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) { in IOHandlerInputComplete()
57 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp33 m_script_interpreter(script_interpreter) { in IOHandlerLuaInterpreter()
34 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
37 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
41 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
51 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) { in IOHandlerInputComplete()
57 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp30 m_script_interpreter(script_interpreter) { in IOHandlerLuaInterpreter()
31 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
35 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
40 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) { in IOHandlerInputComplete()
46 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
88 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
104 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
119 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
126 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
88 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
104 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
119 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
126 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
113 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
123 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
139 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
113 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
123 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
139 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
113 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
123 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
139 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
113 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
123 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
139 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter),
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO(
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID()));
54 llvm::cantFail(m_script_interpreter.LeaveSession());
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) {
113 Status error = m_script_interpreter.SetBreakpointCommandCallback(
123 m_script_interpreter.SetWatchpointCommandCallback(wp_options,
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data))
139 ScriptInterpreterLua &m_script_interpreter;