Searched refs:RegisterWatchpointCallback (Results 1 – 4 of 4) sorted by relevance
372 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()375 Status ScriptInterpreterLua::RegisterWatchpointCallback( in RegisterWatchpointCallback() function in ScriptInterpreterLua380 error = m_lua->RegisterWatchpointCallback(data_up.get(), command_body_text); in RegisterWatchpointCallback()
40 llvm::Error RegisterWatchpointCallback(void *baton, const char *body);
108 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
90 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback() function in Lua