Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h248 void UnregisterNotificationCallbacks();
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h813 bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);
/external/llvm-project/lldb/source/Target/
DProcess.cpp719 bool Process::UnregisterNotificationCallbacks(const Notifications &callbacks) { in UnregisterNotificationCallbacks() function in Process