Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNB.cpp532 size_t num_exclude_proc_infos; in DNBProcessAttachWait() local
548num_exclude_proc_infos = GetAllInfosMatchingName (waitfor_process_name, exclude_proc_infos); in DNBProcessAttachWait()
550 num_exclude_proc_infos = 0; in DNBProcessAttachWait()
583 for (size_t j=0; j<num_exclude_proc_infos; j++) in DNBProcessAttachWait()