Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp372 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()
375 Status ScriptInterpreterLua::RegisterWatchpointCallback( in RegisterWatchpointCallback() function in ScriptInterpreterLua
380 error = m_lua->RegisterWatchpointCallback(data_up.get(), command_body_text); in RegisterWatchpointCallback()
H A DLua.h40 llvm::Error RegisterWatchpointCallback(void *baton, const char *body);
H A DScriptInterpreterLua.h108 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
H A DLua.cpp90 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback() function in Lua