Home
last modified time | relevance | path

Searched refs:native_delegate (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h36 NativeDelegate &native_delegate) override;
39 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
H A DNativeProcessNetBSD.cpp60 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 DNativeProcessFreeBSD.h39 NativeDelegate &native_delegate) override;
42 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
H A DNativeProcessFreeBSD.cpp70 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 DNativeProcessProtocol.h303 NativeDelegate &native_delegate) = 0;
324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
/src/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp82 NativeProcessProtocol::NativeDelegate &native_delegate) override {
87 NativeProcessProtocol::NativeDelegate &native_delegate) override {