LLDB mainline
lldb_private::lua::SWIGBridge Class Reference

#include <SWIGLuaBridge.h>

Static Public Member Functions

static llvm::Expected< boolLLDBSwigLuaBreakpointCallbackFunction (lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::BreakpointLocationSP bp_loc_sp, const StructuredDataImpl &extra_args_impl)
static llvm::Expected< boolLLDBSwigLuaWatchpointCallbackFunction (lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp)

Detailed Description

Definition at line 20 of file SWIGLuaBridge.h.

Member Function Documentation

◆ LLDBSwigLuaBreakpointCallbackFunction()

llvm::Expected< bool > lldb_private::lua::SWIGBridge::LLDBSwigLuaBreakpointCallbackFunction ( lua_State * L,
lldb::StackFrameSP stop_frame_sp,
lldb::BreakpointLocationSP bp_loc_sp,
const StructuredDataImpl & extra_args_impl )
static

◆ LLDBSwigLuaWatchpointCallbackFunction()

llvm::Expected< bool > lldb_private::lua::SWIGBridge::LLDBSwigLuaWatchpointCallbackFunction ( lua_State * L,
lldb::StackFrameSP stop_frame_sp,
lldb::WatchpointSP wp_sp )
static

The documentation for this class was generated from the following file: