Searched refs:stop_frame_sp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 8 lua_State * L, lldb::StackFrameSP stop_frame_sp, 11 lldb::SBFrame sb_frame(stop_frame_sp); 47 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { 48 lldb::SBFrame sb_frame(stop_frame_sp);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | SWIGLuaBridge.h | 23 lua_State *L, lldb::StackFrameSP stop_frame_sp, 28 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp);
|
| H A D | Lua.cpp | 79 Lua::CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallBreakpointCallback() argument 87 m_lua_state, stop_frame_sp, bp_loc_sp, extra_args_impl); in CallBreakpointCallback() 107 Lua::CallWatchpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallWatchpointCallback() argument 113 m_lua_state, stop_frame_sp, wp_sp); in CallWatchpointCallback()
|
| H A D | Lua.h | 37 CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, 42 lldb::StackFrameSP stop_frame_sp,
|
| H A D | ScriptInterpreterLua.cpp | 278 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local 289 baton, stop_frame_sp, bp_loc_sp, bp_option_data->m_extra_args_sp); in BreakpointCallbackFunction() 307 StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local 316 lua.CallWatchpointCallback(baton, stop_frame_sp, wp_sp); in WatchpointCallbackFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1929 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in BreakpointCallbackFunction() local 1935 if (stop_frame_sp && bp_loc_sp) { in BreakpointCallbackFunction() 1944 python_interpreter->m_dictionary_name.c_str(), stop_frame_sp, in BreakpointCallbackFunction() 1994 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP()); in WatchpointCallbackFunction() local 1997 if (stop_frame_sp && wp_sp) { in WatchpointCallbackFunction() 2005 python_interpreter->m_dictionary_name.c_str(), stop_frame_sp, in WatchpointCallbackFunction()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3801 lua_State * L, lldb::StackFrameSP stop_frame_sp, in LLDBSwigLuaBreakpointCallbackFunction() argument 3804 lldb::SBFrame sb_frame(stop_frame_sp); in LLDBSwigLuaBreakpointCallbackFunction() 3840 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction() argument 3841 lldb::SBFrame sb_frame(stop_frame_sp); in LLDBSwigLuaWatchpointCallbackFunction()
|