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.
1 parent f246787 commit d791004Copy full SHA for d791004
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
@@ -508,7 +508,7 @@ Status NativeThreadLinux::RequestStop() {
508
Status err;
509
errno = 0;
510
if (::tgkill(pid, tid, SIGSTOP) != 0) {
511
- err.SetErrorToErrno();
+ err = Status::FromErrno();
512
LLDB_LOGF(log,
513
"NativeThreadLinux::%s tgkill(%" PRIu64 ", %" PRIu64
514
", SIGSTOP) failed: %s",
0 commit comments