Searched refs:RegisterBreakpointCallback (Results 1 – 4 of 4) sorted by relevance
360 return RegisterBreakpointCallback(bp_options, oneliner.c_str(), in SetBreakpointCommandCallbackFunction()367 return RegisterBreakpointCallback(bp_options, command_body_text, {}); in SetBreakpointCommandCallback()370 Status ScriptInterpreterLua::RegisterBreakpointCallback( in RegisterBreakpointCallback() function in ScriptInterpreterLua375 m_lua->RegisterBreakpointCallback(data_up.get(), command_body_text); in RegisterBreakpointCallback()
35 llvm::Error RegisterBreakpointCallback(void *baton, const char *body);
107 Status RegisterBreakpointCallback(BreakpointOptions &bp_options,
62 llvm::Error Lua::RegisterBreakpointCallback(void *baton, const char *body) { in RegisterBreakpointCallback() function in Lua