Home
last modified time | relevance | path

Searched refs:processSP (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp349 MachProcessSP processSP(new MachProcess); in DNBProcessLaunch() local
350 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() local
489 if (processSP.get()) { in DNBProcessAttach()
493 processSP->AttachForDebug(attach_pid, ignored_exceptions, err_str, in DNBProcessAttach()
497 bool res = AddProcessToMap(pid, processSP); in DNBProcessAttach()
/openbsd/gnu/llvm/lldb/source/Core/
H A DAddress.cpp340 ProcessSP processSP = target->GetProcessSP(); in GetCallableLoadAddress() local
342 if (processSP) { in GetCallableLoadAddress()
343 code_addr = processSP->ResolveIndirectFunction(this, error); in GetCallableLoadAddress()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h431 lldb::SBTarget FindTargetWithLLDBProcess(const lldb::ProcessSP &processSP);