summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath2019-05-101-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-2/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-7/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-061-8/+16
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-031-16/+8
* [lldb] Remove unused variable.David L. Jones2018-08-021-1/+0
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-021-7/+16
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-281-7/+5
* Fix for bug 34510 - Minidump target does not resolve new symbols correctlyAdrian McCarthy2017-09-071-2/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-0/+114
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-102/+0
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-0/+102
OpenPOWER on IntegriCloud