Searched refs:native_delegate (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeProcessAIX.cpp | 62 NativeDelegate &native_delegate) { in Launch() argument 89 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch() 95 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate) { in Attach() argument 104 pid, -1, native_delegate, in Attach()
|
| H A D | NativeProcessAIX.h | 40 NativeDelegate &native_delegate) override; 43 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 36 NativeDelegate &native_delegate) override; 39 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
|
| H A D | NativeProcessNetBSD.cpp | 60 NativeDelegate &native_delegate) { in Launch() argument 97 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch() 113 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate) { in Attach() argument 125 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 39 NativeDelegate &native_delegate) override; 42 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
|
| H A D | NativeProcessFreeBSD.cpp | 71 NativeDelegate &native_delegate) { in Launch() argument 111 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch() 127 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate) { in Attach() argument 139 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 299 NativeDelegate &native_delegate) = 0; 320 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 82 NativeProcessProtocol::NativeDelegate &native_delegate) override { 87 NativeProcessProtocol::NativeDelegate &native_delegate) override {
|