HomeSort by relevance Sort by last modified time
    Searched defs:attach_pid (Results 1 - 4 of 4) sorted by null

  /external/lldb/tools/debugserver/source/
debugserver.cpp 342 RNBRunLoopLaunchAttaching (RNBRemote *remote, nub_process_t attach_pid, nub_process_t& pid)
346 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Attaching to pid %i...", __FUNCTION__, attach_pid);
348 pid = DNBProcessAttach (attach_pid, NULL, err_str, sizeof(err_str));
828 int attach_pid = INVALID_NUB_PROCESS; local
    [all...]
RNBRemote.cpp 3132 nub_process_t attach_pid = INVALID_NUB_PROCESS; local
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 895 lldb::pid_t attach_pid = attach_info.GetProcessID(); local
897 if (platform_sp->GetProcessInfo(attach_pid, instance_info))
903 error.ref().SetErrorStringWithFormat("no process found with process ID %" PRIu64, attach_pid);
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 1597 nub_process_t attach_pid; local
    [all...]

Completed in 196 milliseconds