Home
last modified time | relevance | path

Searched refs:RegisterBreakpointCallback (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp341 return RegisterBreakpointCallback(bp_options, oneliner.c_str(), in SetBreakpointCommandCallbackFunction()
347 return RegisterBreakpointCallback(bp_options, command_body_text, {}); in SetBreakpointCommandCallback()
350 Status ScriptInterpreterLua::RegisterBreakpointCallback( in RegisterBreakpointCallback() function in ScriptInterpreterLua
355 error = m_lua->RegisterBreakpointCallback(data_up.get(), command_body_text); in RegisterBreakpointCallback()
DLua.h35 llvm::Error RegisterBreakpointCallback(void *baton, const char *body);
DScriptInterpreterLua.h104 Status RegisterBreakpointCallback(BreakpointOptions &bp_options,
DLua.cpp85 llvm::Error Lua::RegisterBreakpointCallback(void *baton, const char *body) { in RegisterBreakpointCallback() function in Lua