Lines Matching defs:process_name
392 llvm::StringRef process_name, bool include_existing) {
401 process_name, llvm::sys::path::Style::native);
413 LLDB_LOG(log, "waiting for '{0}' to appear", process_name);
443 process_name);
3458 std::string process_name;
3459 if (!packet.GetHexByteString(process_name))
3463 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name);
3465 Status error = AttachWaitProcess(process_name, false);
3467 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name,
3497 std::string process_name;
3498 if (!packet.GetHexByteString(process_name))
3502 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name);
3504 Status error = AttachWaitProcess(process_name, true);
3506 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name,