Lines Matching full:tracerpid
87 ProcessState &State, ::pid_t &TracerPid,
210 } else if (Line.consume_front("TracerPid:")) {
212 Line.consumeInteger(10, TracerPid);
313 ProcessState &State, ::pid_t &tracerpid) {
315 tracerpid = 0;
325 if (!GetStatusInfo(pid, process_info, State, tracerpid, tgid))
352 ::pid_t tracerpid;
356 if (!GetProcessAndStatInfo(pid, process_info, State, tracerpid))
360 if (tracerpid != 0)
409 ::pid_t tracerpid;
411 return GetProcessAndStatInfo(pid, process_info, State, tracerpid);
419 ::pid_t tracerpid, tgid = LLDB_INVALID_PROCESS_ID;
423 if (!GetStatusInfo(tid, process_info, state, tracerpid, tgid) ||