Details
Details
- Reviewers
rnk zturner aleksandr.urakov - Commits
- rGc3d447fe26f9: [lldb] Add support in Status::AsCString to retrieve win32 system error strings
rL344798: [lldb] Add support in Status::AsCString to retrieve win32 system error strings
rLLDB344798: [lldb] Add support in Status::AsCString to retrieve win32 system error strings
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
Otherwise LGTM!
unittests/Utility/StatusTest.cpp | ||
---|---|---|
68–74 | I'm not sure, can we rely on the fact that messages are the same in different versions of Windows? |
unittests/Utility/StatusTest.cpp | ||
---|---|---|
68–74 | I don't think the errors are different but I don't have old versions of Windows setup to test. Everyone should be on Win10 right :-) I'll keep an eye on the buildbots after I commit. |
I'm not sure, can we rely on the fact that messages are the same in different versions of Windows?