Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp62 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 DNativeProcessAIX.h40 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 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()
/freebsd/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.cpp71 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 DNativeProcessProtocol.h299 NativeDelegate &native_delegate) = 0;
320 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp82 NativeProcessProtocol::NativeDelegate &native_delegate) override {
87 NativeProcessProtocol::NativeDelegate &native_delegate) override {