================
@@ -219,7 +219,8 @@ static llvm::Error AddPtraceScopeNote(llvm::Error
original_error) {
Expected<int> ptrace_scope = GetPtraceScope();
if (auto E = ptrace_scope.takeError()) {
Log *log = GetLog(POSIXLog::Process);
- LLDB_LOG(log, "error reading value of ptrace_scope: {0}", E);
+ LLDB_LOG(log, "error reading value of ptrace_scope: {0}",
----------------
DavidSpickett wrote:
Done.
https://github.com/llvm/llvm-project/pull/161673
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits