Searched refs:processSP (Results 1 – 4 of 4) sorted by relevance
218 MachProcessSP processSP (new MachProcess); in DNBProcessLaunch() local219 if (processSP.get()) in DNBProcessLaunch()222 pid_t pid = processSP->LaunchForDebug (path, in DNBProcessLaunch()254 if (processSP->Task().TaskPortForProcessID (launch_err) == TASK_NULL) in DNBProcessLaunch()276 bool res = AddProcessToMap(pid, processSP); in DNBProcessLaunch()316 MachProcessSP processSP(new MachProcess); in DNBProcessAttach() local317 if (processSP.get()) in DNBProcessAttach()320 pid = processSP->AttachForDebug (attach_pid, err_str, err_len); in DNBProcessAttach()324 bool res = AddProcessToMap(pid, processSP); in DNBProcessAttach()
318 ProcessSP processSP = target->GetProcessSP(); in GetCallableLoadAddress() local320 if (processSP.get()) in GetCallableLoadAddress()321 return processSP->ResolveIndirectFunction(this, error); in GetCallableLoadAddress()
318 FindTargetWithLLDBProcess (const lldb::ProcessSP &processSP);
858 lldb::ProcessSP processSP = process.shared_from_this(); in Launch() local1006 inferior.reset(process.CreateNewPOSIXThread(*processSP, pid)); in Launch()1062 lldb::ProcessSP processSP = process.shared_from_this(); in Attach() local1088 inferior.reset(process.CreateNewPOSIXThread(*processSP, pid)); in Attach()