Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-wrapper.swig7 lua_State * L, lldb::StackFrameSP stop_frame_sp,
10 lldb::SBFrame sb_frame(stop_frame_sp);
45 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) {
46 lldb::SBFrame sb_frame(stop_frame_sp);
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h19 lua_State *L, lldb::StackFrameSP stop_frame_sp,
24 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp);
H A DLua.cpp79 Lua::CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallBreakpointCallback() argument
86 return LLDBSwigLuaBreakpointCallbackFunction(m_lua_state, stop_frame_sp, in CallBreakpointCallback()
107 Lua::CallWatchpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallWatchpointCallback() argument
112 return LLDBSwigLuaWatchpointCallbackFunction(m_lua_state, stop_frame_sp, in CallWatchpointCallback()
H A DLua.h37 CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp,
42 lldb::StackFrameSP stop_frame_sp,
H A DScriptInterpreterLua.cpp277 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
288 baton, stop_frame_sp, bp_loc_sp, bp_option_data->m_extra_args_sp); in BreakpointCallbackFunction()
306 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local
315 lua.CallWatchpointCallback(baton, stop_frame_sp, wp_sp); in WatchpointCallbackFunction()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp18 lua_State *L, lldb::StackFrameSP stop_frame_sp, in LLDBSwigLuaBreakpointCallbackFunction() argument
25 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction() argument
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2182 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local
2188 if (stop_frame_sp && bp_loc_sp) { in BreakpointCallbackFunction()
2197 python_interpreter->m_dictionary_name.c_str(), stop_frame_sp, in BreakpointCallbackFunction()
2247 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local
2250 if (stop_frame_sp && wp_sp) { in WatchpointCallbackFunction()
2258 python_interpreter->m_dictionary_name.c_str(), stop_frame_sp, in WatchpointCallbackFunction()