Home
last modified time | relevance | path

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

/freebsd/contrib/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()); in BreakpointCallbackFunction() local
307 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1929 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
1994 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3801 lua_State * L, lldb::StackFrameSP stop_frame_sp, in LLDBSwigLuaBreakpointCallbackFunction()
3840 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()