summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-221-27/+22
* Add Facebook Minidump directory streams and options to dump them.Greg Clayton2019-02-191-2/+139
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-191-71/+43
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-181-43/+71
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+4
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-111-75/+43
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-111-43/+75
* 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-13/+17
* Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath2018-12-271-2/+2
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-0/+6
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-181-0/+241
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-141-8/+2
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-4/+4
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-4/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-4/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* Restrict the set of plugins used for ProcessMinidumpLeonard Mosescu2018-08-231-7/+12
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-0/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-061-3/+11
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-031-11/+3
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-021-3/+11
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-121-2/+21
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-021-4/+8
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-11/+11
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-191-1/+2
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-181-1/+57
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-9/+15
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Disable windows-only minidump pluginPavel Labath2016-11-091-5/+1
* Fix printf errors in ProcessMinidumpPavel Labath2016-11-021-6/+6
* Minidump plugin: Fix flaky testDimitar Vlahovski2016-11-011-7/+19
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-0/+293
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-263/+0
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-0/+263
OpenPOWER on IntegriCloud