Searched defs:native_delegate (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Host/common/ |
D | NativeProcessProtocol.cpp | 299 NativeDelegate &native_delegate) { in RegisterNativeDelegate() 310 NativeDelegate &native_delegate) { in UnregisterNativeDelegate() 328 for (auto native_delegate : m_delegates) in SynchronouslyNotifyProcessStateChanged() local 353 for (auto native_delegate : m_delegates) in NotifyDidExec() local
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 584 NativeProcessProtocol::NativeDelegate &native_delegate, in Launch() 596 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.cpp | 55 NativeDelegate &native_delegate, in Launch() 109 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeProcessNetBSD.cpp | 60 NativeDelegate &native_delegate, in Launch() 114 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 213 NativeDelegate &native_delegate, in Launch() 265 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach()
|