Searched refs:Attach (Results 1 - 25 of 39) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
117 Status Attach();
H A DNativeProcessOpenBSD.cpp120 NativeProcessOpenBSD::Factory::Attach( function in class:NativeProcessOpenBSD::Factory
137 Status status = process_up->Attach();
464 Status NativeProcessOpenBSD::Attach() { function in class:NativeProcessOpenBSD
465 // Attach to the requested process.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
120 Status Attach();
H A DNativeProcessNetBSD.cpp113 NativeProcessNetBSD::Factory::Attach( function in class:NativeProcessNetBSD::Factory
129 Status status = process_up->Attach();
851 Status NativeProcessNetBSD::Attach() { function in class:NativeProcessNetBSD
852 // Attach to the requested process.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
127 Status Attach();
H A DNativeProcessFreeBSD.cpp108 NativeProcessFreeBSD::Factory::Attach( function in class:NativeProcessFreeBSD::Factory
124 Status status = process_up->Attach();
827 Status NativeProcessFreeBSD::Attach() { function in class:NativeProcessFreeBSD
828 // Attach to the requested process.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformPOSIX.cpp363 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, function in class:PlatformPOSIX
404 error = process_sp->Attach(attach_info);
410 m_remote_platform_sp->Attach(attach_info, debugger, target, error);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h61 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformWindows.cpp492 return Attach(attach_info, debugger, &target, error);
509 lldb::ProcessSP PlatformWindows::Attach(ProcessAttachInfo &attach_info, function in class:PlatformWindows
517 m_remote_platform_sp->Attach(attach_info, debugger, target, error);
542 error = process_sp->Attach(attach_info);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h50 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
167 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
H A DNativeProcessLinux.cpp267 NativeProcessLinux::Factory::Attach( function in class:NativeProcessLinux::Factory
273 auto tids_or = NativeProcessLinux::Attach(pid);
333 llvm::Expected<std::vector<::pid_t>> NativeProcessLinux::Attach(::pid_t pid) { function in class:NativeProcessLinux
346 // Attach to the requested process.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h48 static ProcessMessage Attach(lldb::pid_t pid) { function in class:ProcessMessage
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSysV.pm135 Attach the shared memory segment identified by ID to the address
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h64 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
H A DPlatformRemoteGDBServer.cpp483 lldb::ProcessSP PlatformRemoteGDBServer::Attach( function in class:PlatformRemoteGDBServer
518 error = process_sp->Attach(attach_info);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h41 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py299 process = target.Attach(attach_info, error)
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp106 enum LaunchMethod { Launch, Attach, AttachForSuspendedLaunch }; enumerator in enum:__anon1565::LaunchMethod
362 case Attach:
564 // "description": "Attach request; value of command field is 'attach'.",
654 g_vsc.target.Attach(attach_info, error);
692 SendProcessEvent(Attach);
1581 g_vsc.target.Attach(attach_info, error);
1757 SendProcessEvent(Attach); // this happens when doing runInTerminal
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
216 /// Attach to process with pid.
235 /// Attach to process with name.
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h300 /// Attach to an existing process.
319 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
/openbsd-current/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp87 Attach(lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &delegate,
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1944 GlobalVariable *Attach = nullptr; local
1947 Attach = GV;
1965 if (Attach || Expr)
1968 if (Attach)
1969 Attach->addDebugInfo(DGVE);
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h343 /// Platform::LaunchProcess() followed by Platform::Attach (). Remote
361 /// Attach to an existing process using a process ID.
374 virtual lldb::ProcessSP Attach(ProcessAttachInfo &attach_info,
381 /// Attach to an existing process by process name.
396 // Attach (const char *process_name,

Completed in 369 milliseconds

12