Home
last modified time | relevance | path

Searched refs:stop_frame_sp (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/bindings/lua/
Dlua-wrapper.swig16 lldb::StackFrameSP stop_frame_sp,
20 lldb::SBFrame sb_frame(stop_frame_sp);
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DLua.cpp31 lldb::StackFrameSP stop_frame_sp,
100 Lua::CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallBreakpointCallback() argument
104 return LLDBSwigLuaBreakpointCallbackFunction(m_lua_state, stop_frame_sp, in CallBreakpointCallback()
DLua.h36 CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp,
DScriptInterpreterLua.cpp190 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
200 lua.CallBreakpointCallback(baton, stop_frame_sp, bp_loc_sp); in BreakpointCallbackFunction()
/external/llvm-project/lldb/unittests/ScriptInterpreter/Lua/
DLuaTests.cpp29 lldb::StackFrameSP stop_frame_sp, in LLDBSwigLuaBreakpointCallbackFunction() argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2289 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
2295 if (stop_frame_sp && bp_loc_sp) { in BreakpointCallbackFunction()
2304 python_interpreter->m_dictionary_name.c_str(), stop_frame_sp, in BreakpointCallbackFunction()
2354 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local
2357 if (stop_frame_sp && wp_sp) { in WatchpointCallbackFunction()
2365 python_interpreter->m_dictionary_name.c_str(), stop_frame_sp, in WatchpointCallbackFunction()