Searched refs:native_delegate (Results 1 – 6 of 6) sorted by relevance
| /src/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()
|
| /src/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 | 70 NativeDelegate &native_delegate) { in Launch() argument 110 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch() 126 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate) { in Attach() argument 138 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()
|
| /src/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 303 NativeDelegate &native_delegate) = 0; 324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
|
| /src/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 {
|