Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp375 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()
378 Status ScriptInterpreterLua::RegisterWatchpointCallback( in RegisterWatchpointCallback() function in ScriptInterpreterLua
383 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.h110 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
H A DLua.cpp90 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback() function in Lua