Searched refs:processSP (Results 1 – 3 of 3) sorted by relevance
349 MachProcessSP processSP(new MachProcess); in DNBProcessLaunch() local350 if (processSP.get()) { in DNBProcessLaunch()352 pid_t pid = processSP->LaunchForDebug( in DNBProcessLaunch()374 if (processSP->Task().TaskPortForProcessID(launch_err) == TASK_NULL) { in DNBProcessLaunch()393 bool res = AddProcessToMap(pid, processSP); in DNBProcessLaunch()488 MachProcessSP processSP(new MachProcess); in DNBProcessAttach() local489 if (processSP.get()) { in DNBProcessAttach()493 processSP->AttachForDebug(attach_pid, ignored_exceptions, err_str, in DNBProcessAttach()497 bool res = AddProcessToMap(pid, processSP); in DNBProcessAttach()
340 ProcessSP processSP = target->GetProcessSP(); in GetCallableLoadAddress() local342 if (processSP) { in GetCallableLoadAddress()343 code_addr = processSP->ResolveIndirectFunction(this, error); in GetCallableLoadAddress()
431 lldb::SBTarget FindTargetWithLLDBProcess(const lldb::ProcessSP &processSP);