Searched refs:native_delegate (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 300 NativeDelegate &native_delegate) { in RegisterNativeDelegate() argument 302 if (std::find(m_delegates.begin(), m_delegates.end(), &native_delegate) != in RegisterNativeDelegate() 306 m_delegates.push_back(&native_delegate); in RegisterNativeDelegate() 307 native_delegate.InitializeDelegate(this); in RegisterNativeDelegate() 312 NativeDelegate &native_delegate) { in UnregisterNativeDelegate() argument 317 remove(m_delegates.begin(), m_delegates.end(), &native_delegate), in UnregisterNativeDelegate() 330 for (auto native_delegate : m_delegates) in SynchronouslyNotifyProcessStateChanged() local 331 native_delegate->ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged() 354 for (auto native_delegate : m_delegates) in NotifyDidExec() local 355 native_delegate->DidExec(this); in NotifyDidExec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 225 bool RegisterNativeDelegate(NativeDelegate &native_delegate); 238 bool UnregisterNativeDelegate(NativeDelegate &native_delegate); 270 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 294 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 34 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| H A D | NativeProcessNetBSD.cpp | 64 NativeDelegate &native_delegate, in Launch() argument 102 pid, launch_info.GetPTY().ReleaseMasterFileDescriptor(), native_delegate, in Launch() 118 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument 131 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeProcessDarwin.h | 53 ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 57 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate,
|
| H A D | NativeProcessDarwin.cpp | 58 NativeProcessProtocol::NativeDelegate &native_delegate, MainLoop &mainloop, in Launch() argument 102 if (!np_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Launch() 125 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument 143 if (!native_process_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Attach()
|