aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Process/minidump/MinidumpParserTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-17[LLDB] Process minidump better error messages (#149206)Jacob Lalonde1-10/+13
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett1-41/+51
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim1-2/+0
2024-09-09[LLDB][Minidump] Support minidumps where there are multiple exception streams...Jacob Lalonde1-4/+9
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-7/+7
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song1-4/+4
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-4/+4
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata1-10/+10
2022-07-01[PATCH] [lldb-server] Skip shared regions for memory allocationEmre Kultursay1-16/+16
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-14/+14
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-14/+14
2021-08-11[lldb] Update MemoryRegionInfo ctors in unit testsJonas Devlieghere1-37/+40
2021-01-14[LLDB] MinidumpParser: Prefer executable module even at higher addressJoseph Tremoulet1-0/+41
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett1-33/+55
2020-08-26Load correct module for linux and android when duplicates exist in minidump.Greg Clayton1-1/+124
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann1-3/+2
2019-10-25lldb/minidump: Refactor memory region computation codePavel Labath1-111/+52
2019-10-18LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet1-2/+2
2019-10-14minidump: Use yaml for memory info testsPavel Labath1-1/+47
2019-10-11minidump: Use llvm memory info list parserPavel Labath1-0/+1
2019-09-13[lldb] - Update unit tests after lib/ObjectYAML change.George Rimar1-3/+5
2019-08-20Convert minidump unittests to use llvm::yaml::convertYAMLPavel Labath1-6/+7
2019-05-20minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath1-75/+179
2019-05-13minidump: Use yaml instead of checked-in binaries for ThreadList testsPavel Labath1-27/+41
2019-05-10Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath1-14/+14
2019-04-21Minidump: yamlify module-related unit testsPavel Labath1-130/+60
2019-04-10Minidump: Use llvm parser for reading the ModuleList streamPavel Labath1-24/+24
2019-04-09Minidump: use string parsing functionality from llvmPavel Labath1-57/+74
2019-04-08MinidumpParser: parse SystemInfo stream via llvmPavel Labath1-3/+56
2019-04-05MinidumpParser: use minidump parser in llvm/ObjectPavel Labath1-20/+21
2019-02-22Avoid two-stage initialization of MinidumpParserPavel Labath1-70/+60
2019-02-22Split up minidump register context testsPavel Labath1-123/+84
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-28Fix signed-unsigned comparisons in MinidumpParserTestPavel Labath1-5/+5
2018-12-14Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton1-17/+109
2018-12-13Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton1-0/+38
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere1-4/+8
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano1-8/+4
2018-11-11Remove header grouping comments.Jonas Devlieghere1-1/+0
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere1-4/+8
2018-07-23Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton1-0/+70
2018-07-12Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu1-8/+27
2018-01-22Fix memory leaks in MinidumpParserTestRaphael Isemann1-6/+6
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-5/+3
2017-10-03cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist1-1/+1
2017-06-29[unittests] Add a helper function for getting an input filePavel Labath1-13/+2