Lines Matching refs:proc_info

320     ProcessInstanceInfo proc_info;  in Handle_qProcessInfoPID()  local
321 if (Host::GetProcessInfo(pid, proc_info)) { in Handle_qProcessInfoPID()
323 CreateProcessInfoResponse(proc_info, response); in Handle_qProcessInfoPID()
1209 const ProcessInstanceInfo &proc_info, StreamString &response) { in CreateProcessInfoResponse() argument
1212 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse()
1213 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse()
1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1216 response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetPath().c_str()); in CreateProcessInfoResponse()
1220 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
1221 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
1227 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse()
1238 const ProcessInstanceInfo &proc_info, StreamString &response) { in CreateProcessInfoResponse_DebugServerStyle() argument
1241 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse_DebugServerStyle()
1242 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse_DebugServerStyle()
1243 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
1244 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
1246 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse_DebugServerStyle()