Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h33 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
H A DNativeProcessNetBSD.cpp60 NativeDelegate &native_delegate, in Launch() argument
98 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
114 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument
127 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h36 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
H A DNativeProcessFreeBSD.cpp55 NativeDelegate &native_delegate, in Launch() argument
93 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
109 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument
122 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h279 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
301 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,