Searched defs:waitfor_process_name (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNB.cpp520 DNBProcessAttachWait (const char *waitfor_process_name, argument
537 const void *attach_token = MachProcess::PrepareForAttach (waitfor_process_name, launch_flavor, true, prepare_error);
548 num_exclude_proc_infos = GetAllInfosMatchingName (waitfor_process_name, exclude_proc_infos);
553 DNBLogThreadedIf (LOG_PROCESS, "Waiting for '%s' to appear...\n", waitfor_process_name);
579 const size_t num_proc_infos = GetAllInfosMatchingName (waitfor_process_name, proc_infos);
615 DNBLogError ("error: waiting for process '%s' timed out.\n", waitfor_process_name);
636 DNBLogThreadedIf (LOG_PROCESS, "Attaching to %s with pid %i...\n", waitfor_process_name, waitfor_pid);

Completed in 166 milliseconds