Home
last modified time | relevance | path

Searched defs:stop_frame_sp (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp19 lua_State *L, lldb::StackFrameSP stop_frame_sp, in LLDBSwigLuaBreakpointCallbackFunction()
27 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp79 Lua::CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallBreakpointCallback()
107 Lua::CallWatchpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallWatchpointCallback()
H A DScriptInterpreterLua.cpp278 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); BreakpointCallbackFunction() local
307 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); WatchpointCallbackFunction() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1929 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); BreakpointCallbackFunction() local
1994 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); WatchpointCallbackFunction() local