Home
last modified time | relevance | path

Searched refs:GetAllInfosMatchingName (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.cpp45 static size_t GetAllInfosMatchingName (const char *process_name, std::vector<struct kinfo_proc>& ma…
291 size_t num_matching_proc_infos = GetAllInfosMatchingName(name, matching_proc_infos); in DNBProcessAttachByName()
436 GetAllInfosMatchingName(const char *full_process_name, std::vector<struct kinfo_proc>& matching_pro… in GetAllInfosMatchingName() function
548 … num_exclude_proc_infos = GetAllInfosMatchingName (waitfor_process_name, exclude_proc_infos); in DNBProcessAttachWait()
579 … const size_t num_proc_infos = GetAllInfosMatchingName (waitfor_process_name, proc_infos); in DNBProcessAttachWait()
DChangeLog19 * DNB.cpp (GetAllInfosMatchingName): Correctly truncate process name string