Lines Matching refs:proc_info

317     ProcessInstanceInfo proc_info;  in Handle_qProcessInfoPID()  local
318 if (Host::GetProcessInfo(pid, proc_info)) { in Handle_qProcessInfoPID()
320 CreateProcessInfoResponse(proc_info, response); in Handle_qProcessInfoPID()
1146 const ProcessInstanceInfo &proc_info, StreamString &response) { in CreateProcessInfoResponse() argument
1149 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse()
1150 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse()
1151 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1153 response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetCString()); in CreateProcessInfoResponse()
1157 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
1158 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
1164 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse()
1175 const ProcessInstanceInfo &proc_info, StreamString &response) { in CreateProcessInfoResponse_DebugServerStyle() argument
1178 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse_DebugServerStyle()
1179 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse_DebugServerStyle()
1180 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
1181 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
1183 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse_DebugServerStyle()