Home
last modified time | relevance | path

Searched refs:sb_wp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig49 lldb::SBWatchpoint sb_wp(wp_sp);
54 PushSBClass(L, &sb_wp);
56 // Call into the Lua callback passing 'sb_frame' and 'sb_wp'.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h129 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3842 lldb::SBWatchpoint sb_wp(wp_sp); in LLDBSwigLuaWatchpointCallbackFunction() local
3847 PushSBClass(L, &sb_wp); in LLDBSwigLuaWatchpointCallbackFunction()