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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h135 Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformFreeBSD.cpp501 PlatformFreeBSD::Attach(ProcessAttachInfo &attach_info, function in class:PlatformFreeBSD
535 error = process_sp->Attach (attach_info);
541 process_sp = m_remote_platform_sp->Attach (attach_info, debugger, target, listener, error);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h99 Attach (lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformRemoteGDBServer.cpp494 PlatformRemoteGDBServer::Attach (lldb_private::ProcessAttachInfo &attach_info, function in class:PlatformRemoteGDBServer
565 error = process_sp->Attach(attach_info);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h85 static ProcessMessage Attach(lldb::pid_t pid) { function in class:ProcessMessage
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h294 Attach(AttachArgs *args);
H A DProcessMonitor.cpp1092 process.SendMessage(ProcessMessage::Attach(pid));
1115 if (!Attach(args))
1123 ProcessMonitor::Attach(AttachArgs *args) function in class:ProcessMonitor
1137 // Attach to the requested process.
1151 process.SendMessage(ProcessMessage::Attach(pid));
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h394 Attach (SBAttachInfo &attach_info, SBError& error);
397 /// Attach to process with pid.
428 /// Attach to process with name.
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h397 /// the Platform::LaunchProcess() followed by Platform::Attach ().
410 /// Attach to an existing process using a process ID.
428 Attach (ProcessAttachInfo &attach_info,
435 /// Attach to an existing process by process name.
452 // Attach (const char *process_name,
H A DProcess.h1837 /// Attach to an existing process using the process attach info.
1854 Attach (ProcessAttachInfo &attach_info);
1857 /// Attach to a remote system via a URL
2100 /// Attach to a remote system via a URL
2122 /// Attach to an existing process using a process ID.
2140 /// Attach to an existing process using a process ID.
2163 /// Attach to an existing process using a partial process name.
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp791 SBTarget::Attach (SBAttachInfo &sb_attach_info, SBError& error) function in class:SBTarget
801 log->Printf ("SBTarget(%p)::Attach (sb_attach_info, error)...", target_sp.get());
822 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
852 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
859 error.SetError (process_sp->Attach (attach_info));
881 log->Printf ("SBTarget(%p)::Attach (...) => SBProcess(%p)",
971 error.SetError (process_sp->Attach (attach_info));
1063 error.SetError (process_sp->Attach (attach_info));
H A DSBProcess.cpp217 error.SetError (process_sp->Attach (attach_info));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1041 process_sp = Attach (attach_info, debugger, target, listener, error);
H A DProcess.cpp3202 Process::Attach (ProcessAttachInfo &attach_info)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp443 "Attach to a process.",
538 error = process->Attach (m_options.attach_info);
H A DCommandObjectPlatform.cpp1912 "Attach to a process.",
1931 platform_sp->Attach(m_options.attach_info, m_interpreter.GetDebugger(), NULL, m_interpreter.GetDebugger().GetListener(), err);

Completed in 118 milliseconds