LLDB mainline
|
#include <SWIGLuaBridge.h>
Static Public Member Functions | |
static llvm::Expected< bool > | LLDBSwigLuaBreakpointCallbackFunction (lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::BreakpointLocationSP bp_loc_sp, const StructuredDataImpl &extra_args_impl) |
static llvm::Expected< bool > | LLDBSwigLuaWatchpointCallbackFunction (lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) |
Definition at line 20 of file SWIGLuaBridge.h.
|
static |
Referenced by lldb_private::Lua::CallBreakpointCallback().
|
static |
Referenced by lldb_private::Lua::CallWatchpointCallback().