HomeSort by relevance Sort by last modified time
    Searched refs:PrepareForAttach (Results 1 - 3 of 3) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h 76 static const void * PrepareForAttach (const char *path, nub_launch_flavor_t launch_flavor, bool waitfor, DNBError &err_str);
MachProcess.cpp     [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp 534 // If the PrepareForAttach returns a valid token, use MachProcess to check
537 const void *attach_token = MachProcess::PrepareForAttach (waitfor_process_name, launch_flavor, true, prepare_error);
541 DNBLogError ("Error in PrepareForAttach: %s", prepare_error.AsString());
    [all...]

Completed in 144 milliseconds