Lines Matching refs:attach_info
3413 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) { in Attach() argument
3430 if (!attach_info.ProcessInfoSpecified()) { in Attach()
3432 attach_info.GetExecutableFile().SetFilename( in Attach()
3435 if (!attach_info.ProcessInfoSpecified()) { in Attach()
3444 const bool async = attach_info.GetAsync(); in Attach()
3448 attach_info.SetHijackListener(hijack_listener_sp); in Attach()
3453 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) { in Attach()
3455 process_sp = platform_sp->Attach(attach_info, GetDebugger(), this, error); in Attach()
3458 SaveScriptedLaunchInfo(attach_info); in Attach()
3459 llvm::StringRef plugin_name = attach_info.GetProcessPluginName(); in Attach()
3461 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
3472 error = process_sp->Attach(attach_info); in Attach()
3481 std::nullopt, nullptr, false, attach_info.GetHijackListener(), stream, in Attach()