Searched refs:matching_proc_infos (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNB.cpp45 static size_t GetAllInfosMatchingName (const char *process_name, std::vector<struct kinfo_proc>& matching_proc_infos);
290 std::vector<struct kinfo_proc> matching_proc_infos; local
291 size_t num_matching_proc_infos = GetAllInfosMatchingName(name, matching_proc_infos);
302 DNBLogError ("%6u - %s\n", matching_proc_infos[i].kp_proc.p_pid, matching_proc_infos[i].kp_proc.p_comm);
306 return DNBProcessAttach (matching_proc_infos[0].kp_proc.p_pid, timeout, err_str, err_len);
436 GetAllInfosMatchingName(const char *full_process_name, std::vector<struct kinfo_proc>& matching_proc_infos) argument
439 matching_proc_infos.clear();
501 matching_proc_infos.push_back(proc_infos[i]);
509 matching_proc_infos
[all...]

Completed in 36 milliseconds