Home
last modified time | relevance | path

Searched refs:UnregisterNotificationCallbacks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h847 bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp616 bool Process::UnregisterNotificationCallbacks(const Notifications &callbacks) { in UnregisterNotificationCallbacks() function in Process