Searched refs:attach_pid_name (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp838 std::string attach_pid_name; local
913 attach_pid_name = optarg;
1377 else if (!attach_pid_name.empty ())
1386 RNBLogSTDOUT ("Attaching to process %s...\n", attach_pid_name.c_str());
1387 nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(err_str));

Completed in 343 milliseconds