summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/minidump/MinidumpParser.h
Commit message (Expand)AuthorAgeFilesLines
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-251-7/+3
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-181-1/+1
* minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath2019-05-201-0/+4
* Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath2019-05-101-3/+3
* Minidump: Use llvm parser for reading the ModuleList streamPavel Labath2019-04-101-3/+3
* Minidump: use string parsing functionality from llvmPavel Labath2019-04-091-2/+0
* MinidumpParser: parse SystemInfo stream via llvmPavel Labath2019-04-081-2/+0
* MinidumpParser: use minidump parser in llvm/ObjectPavel Labath2019-04-051-6/+4
* Minidump: Use minidump types defined in llvmPavel Labath2019-03-261-9/+7
* Minidump: Use minidump constants defined in llvmPavel Labath2019-03-251-1/+1
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-221-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use the minidump exception record if presentLeonard Mosescu2019-01-071-0/+3
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-1/+4
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-181-0/+7
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-141-3/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+0
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-061-0/+1
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-031-1/+0
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-021-0/+1
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-121-4/+6
* Remove unused variable m_header as it hasn't been used since it wasEric Christopher2018-07-121-2/+1
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-021-0/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-0/+2
* Minidump plugin: functions parsing memory structures and filtering module listDimitar Vlahovski2016-10-191-0/+24
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-16/+6
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-6/+16
* Adding a RegisterContextMinidump_x86_64 converterDimitar Vlahovski2016-09-271-3/+3
* MinidumpParsing: pid, modules, exceptions, stringsDimitar Vlahovski2016-09-131-7/+16
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-28/+22
* Minidump parsingDimitar Vlahovski2016-09-011-0/+73
OpenPOWER on IntegriCloud