summaryrefslogtreecommitdiff
path: root/llvm/unittests/Object/MinidumpTest.cpp
AgeCommit message (Expand)Author
2024-09-06[Minidump] Support multiple exceptions in a minidump (#107319)Jacob Lalonde
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2020-01-14[unittests] Fix "comparison of integers of different signs" warningsMiloš Stojanović
2019-10-18Add ExceptionStream to llvm::Object::minidumpJoseph Tremoulet
2019-10-08Object/minidump: Add support for the MemoryInfoList streamPavel Labath
2019-05-16Minidump: Add support for the MemoryList streamPavel Labath
2019-05-02Object/Minidump: Add support for the ThreadList streamPavel Labath
2019-04-08Object/Minidump: Add support for reading the ModuleList streamPavel Labath
2019-04-05Minidump: Add support for reading/writing stringsPavel Labath
2019-03-21Fix two more issues with r356652Pavel Labath
2019-03-21[Object] Add basic minidump supportPavel Labath