Lines Matching defs:attach_info
3401 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) {
3418 if (!attach_info.ProcessInfoSpecified()) {
3420 attach_info.GetExecutableFile().SetFilename(
3423 if (!attach_info.ProcessInfoSpecified()) {
3432 const bool async = attach_info.GetAsync();
3436 attach_info.SetHijackListener(hijack_listener_sp);
3441 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) {
3443 process_sp = platform_sp->Attach(attach_info, GetDebugger(), this, error);
3446 SaveScriptedLaunchInfo(attach_info);
3447 llvm::StringRef plugin_name = attach_info.GetProcessPluginName();
3449 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()),
3460 error = process_sp->Attach(attach_info);
3469 std::nullopt, nullptr, false, attach_info.GetHijackListener(), stream,