| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.h | 34 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| H A D | NativeProcessOpenBSD.cpp | 67 NativeDelegate &native_delegate, in Launch() argument 105 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch() 121 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument 135 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 33 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| H A D | NativeProcessNetBSD.cpp | 60 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 36 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| H A D | NativeProcessFreeBSD.cpp | 55 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.h | 37 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 41 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| H A D | NativeProcessWindows.cpp | 608 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.h | 46 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 50 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| H A D | NativeProcessLinux.cpp | 221 NativeDelegate &native_delegate, in Launch() argument 262 pid, launch_info.GetPTY().ReleasePrimaryFileDescriptor(), native_delegate, in Launch() 268 lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate, in Attach() argument 283 pid, -1, native_delegate, *arch_or, mainloop, tids)); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 297 Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate, 319 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|