summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/minidump
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath2018-12-271-2/+2
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-205-3/+22
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-185-1/+300
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-144-89/+183
* Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton2018-12-131-19/+28
* 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-1116-37/+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
* Don't include the Age in the UUID for CvRecordPdb70 UUID records in minidump ...Greg Clayton2018-08-291-2/+12
* Restrict the set of plugins used for ProcessMinidumpLeonard Mosescu2018-08-232-8/+15
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-0/+6
* Fix a couple of extended-offsetof warnings that had slipped throughPavel Labath2018-08-071-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-073-3/+3
* Fix more offsetof issues.Greg Clayton2018-08-061-5/+5
* Fix offsetof usage that got lost when passing patches between linux and mac.Greg Clayton2018-08-062-14/+16
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-069-18/+1597
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-039-1653/+76
* [lldb] Remove unused variable.David L. Jones2018-08-021-1/+0
* Fix CMake build.Zachary Turner2018-08-021-0/+2
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-028-75/+1651
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-231-2/+19
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-124-47/+139
* Remove unused variable m_header as it hasn't been used since it wasEric Christopher2018-07-122-6/+4
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-12/+3
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+0
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-024-4/+60
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-30/+29
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-191-1/+2
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-182-1/+59
* Prevent unaligned memory read in parseMinidumpStringRaphael Isemann2018-01-231-5/+10
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-281-7/+5
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-191-0/+8
* Fix for bug 34510 - Minidump target does not resolve new symbols correctlyAdrian McCarthy2017-09-072-4/+0
* Rename Error -> Status.Zachary Turner2017-05-126-34/+34
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-045-7/+7
* Move Log from Core -> Utility.Zachary Turner2017-03-032-2/+2
* Delete DataBufferMemoryMap.Zachary Turner2017-02-241-9/+15
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-023-4/+4
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+10
* 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 some warnings compiling with clang-cl on Windows.Zachary Turner2016-11-021-1/+1
* Fix printf errors in ProcessMinidumpPavel Labath2016-11-021-6/+6
* Minidump plugin: Fix flaky testDimitar Vlahovski2016-11-012-9/+22
OpenPOWER on IntegriCloud