Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp969 std::string attach_pid_name; in main() local
1055 attach_pid_name = optarg; in main()
1567 } else if (!attach_pid_name.empty()) { in main()
1575 RNBLogSTDOUT("Attaching to process %s...\n", attach_pid_name.c_str()); in main()
1577 attach_pid_name.c_str(), timeout_ptr, ctx.GetIgnoredExceptions(), in main()