We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08cfd81 + 1b7a5fe commit 94a12b0Copy full SHA for 94a12b0
lldb/tools/debugserver/source/DNB.cpp
@@ -521,7 +521,9 @@ nub_process_t DNBProcessAttach(nub_process_t attach_pid,
521
522
if (set_events == 0) {
523
if (err_str && err_len > 0)
524
- snprintf(err_str, err_len, "operation timed out");
+ snprintf(err_str, err_len,
525
+ "attached to process, but could not pause execution; attach "
526
+ "failed");
527
pid = INVALID_NUB_PROCESS;
528
} else {
529
if (set_events & (eEventProcessRunningStateChanged |
0 commit comments