Home
last modified time | relevance | path

Searched refs:WatchpointCallbackFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h68 static bool WatchpointCallbackFunction(void *baton,
H A DScriptInterpreterLua.cpp292 bool ScriptInterpreterLua::WatchpointCallbackFunction( in WatchpointCallbackFunction() function in ScriptInterpreterLua
380 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h342 static bool WatchpointCallbackFunction(void *baton,
H A DScriptInterpreterPython.cpp678 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp); in IOHandlerInputComplete()
1372 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
2355 bool ScriptInterpreterPythonImpl::WatchpointCallbackFunction( in WatchpointCallbackFunction() function in ScriptInterpreterPythonImpl
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig105 // This function is called by lldb_private::ScriptInterpreterPython::WatchpointCallbackFunction(...)