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

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1518 // Call PrepareForAttach before attaching to a process that has not yet launched
1524 MachProcess::PrepareForAttach (const char *path, nub_launch_flavor_t launch_flavor, bool waitfor, DNBError &err_str) function in class:MachProcess
1536 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::PrepareForAttach(): path '%s' doesn't contain .app, we can't tell springboard to wait for launch...", path);
1584 // Pass in the token you got from PrepareForAttach. If there is a process

Completed in 97 milliseconds