Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h37 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
41 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
H A DNativeProcessWindows.cpp608 NativeProcessProtocol::NativeDelegate &native_delegate, in Launch() argument
612 new NativeProcessWindows(launch_info, native_delegate, E)); in Launch()
620 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument
625 new NativeProcessWindows(pid, -1, native_delegate, E)); in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h46 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
50 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
H A DNativeProcessLinux.cpp220 NativeDelegate &native_delegate, in Launch() argument
266 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch()
272 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument
289 pid, -1, native_delegate, Info.GetArchitecture(), mainloop, *tids_or)); in Attach()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h296 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
318 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,