Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
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()
DScriptInterpreterLua.cpp277 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
306 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2101 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
2166 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local