Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp30 bool registered = RegisterNativeDelegate(delegate); in NativeProcessProtocol()
299 bool NativeProcessProtocol::RegisterNativeDelegate( in RegisterNativeDelegate() function in NativeProcessProtocol
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h225 bool RegisterNativeDelegate(NativeDelegate &native_delegate);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp102 if (!np_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Launch()
143 if (!native_process_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Attach()