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