Home | History | Annotate | Download | only in API

Lines Matching refs:attach_info

888             ProcessAttachInfo &attach_info = sb_attach_info.ref();
889 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid())
895 lldb::pid_t attach_pid = attach_info.GetProcessID();
899 attach_info.SetUserID(instance_info.GetEffectiveUserID());
913 error.SetError (process_sp->Attach (attach_info));
1016 ProcessAttachInfo attach_info;
1017 attach_info.SetProcessID (pid);
1023 attach_info.SetUserID(instance_info.GetEffectiveUserID());
1025 error.SetError (process_sp->Attach (attach_info));
1114 ProcessAttachInfo attach_info;
1115 attach_info.GetExecutableFile().SetFile(name, false);
1116 attach_info.SetWaitForLaunch(wait_for);
1117 error.SetError (process_sp->Attach (attach_info));