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 6ae657b commit 32abe5dCopy full SHA for 32abe5d
lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
@@ -48,7 +48,7 @@ bool SaveMiniDump(const lldb::ProcessSP &process_sp,
48
::CloseHandle(file_handle);
49
::CloseHandle(process_handle);
50
if (!result) {
51
- error.SetError(::GetLastError(), lldb::eErrorTypeWin32);
+ error = Status(::GetLastError(), lldb::eErrorTypeWin32);
52
return false;
53
}
54
return true;
0 commit comments