Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h827 void RegisterNotificationCallbacks(const Process::Notifications &callbacks);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp578 void Process::RegisterNotificationCallbacks(const Notifications &callbacks) { in RegisterNotificationCallbacks() function in Process