Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.h36 NativeDelegate &native_delegate) override;
39 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
HDNativeProcessNetBSD.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-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeProcessFreeBSD.h39 NativeDelegate &native_delegate) override;
42 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
HDNativeProcessFreeBSD.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()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h303 NativeDelegate &native_delegate) = 0;
324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDlldb-gdbserver.cpp82 NativeProcessProtocol::NativeDelegate &native_delegate) override {
87 NativeProcessProtocol::NativeDelegate &native_delegate) override {