Home
last modified time | relevance | path

Searched defs:native_delegate (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp300 NativeDelegate &native_delegate) { in RegisterNativeDelegate()
312 NativeDelegate &native_delegate) { in UnregisterNativeDelegate()
330 for (auto native_delegate : m_delegates) in SynchronouslyNotifyProcessStateChanged() local
354 for (auto native_delegate : m_delegates) in NotifyDidExec() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp64 NativeDelegate &native_delegate, in Launch()
118 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp58 NativeProcessProtocol::NativeDelegate &native_delegate, MainLoop &mainloop, in Launch()
125 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach()