Home
last modified time | relevance | path

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

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