summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process/minidump
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-3/+2
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-251-111/+52
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-181-2/+2
* minidump: Use yaml for memory info testsPavel Labath2019-10-144-2/+47
* minidump: Use llvm memory info list parserPavel Labath2019-10-111-0/+1
* Fix some dangling else warningsPavel Labath2019-10-101-9/+10
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-091-0/+55
* [lldb] - Update unit tests after lib/ObjectYAML change.George Rimar2019-09-131-3/+5
* Convert minidump unittests to use llvm::yaml::convertYAMLPavel Labath2019-08-201-6/+7
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath2019-05-206-79/+179
* minidump: Use yaml instead of checked-in binaries for ThreadList testsPavel Labath2019-05-135-30/+41
* Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath2019-05-101-14/+14
* Minidump: yamlify module-related unit testsPavel Labath2019-04-216-134/+60
* Minidump: Use llvm parser for reading the ModuleList streamPavel Labath2019-04-101-24/+24
* Minidump: use string parsing functionality from llvmPavel Labath2019-04-091-57/+74
* MinidumpParser: parse SystemInfo stream via llvmPavel Labath2019-04-081-3/+56
* MinidumpParser: use minidump parser in llvm/ObjectPavel Labath2019-04-054-22/+22
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-222-70/+61
* Split up minidump register context testsPavel Labath2019-02-223-123/+230
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix signed-unsigned comparisons in MinidumpParserTestPavel Labath2018-12-281-5/+5
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-181-0/+0
* Add missing .dmp files to test inputs.Greg Clayton2018-12-141-0/+3
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-144-17/+109
* Fix minidump unit test failures from r349062Pavel Labath2018-12-141-9/+12
* Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton2018-12-133-0/+38
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-4/+8
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-8/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-4/+8
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-238-1/+77
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-124-9/+30
* Fix memory leaks in MinidumpParserTestRaphael Isemann2018-01-221-6/+6
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-5/+3
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-031-1/+1
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-292-13/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Fix MinidumpParserTest on 32-bit archesPavel Labath2017-02-271-2/+3
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-4/+6
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+9
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-3/+83
* Minidump plugin: Adding x86_32 register context converterDimitar Vlahovski2016-10-313-34/+76
* Minidump plugin: functions parsing memory structures and filtering module listDimitar Vlahovski2016-10-194-2/+106
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-23/+3
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-3/+23
* Adding a RegisterContextMinidump_x86_64 converterDimitar Vlahovski2016-09-271-1/+62
* MinidumpParsing: pid, modules, exceptions, stringsDimitar Vlahovski2016-09-133-10/+89
OpenPOWER on IntegriCloud