Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h242 void UnregisterNotificationCallbacks();
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h795 bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp581 bool Process::UnregisterNotificationCallbacks(const Notifications &callbacks) { in UnregisterNotificationCallbacks() function in Process