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