aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/minidump
AgeCommit message (Expand)AuthorFilesLines
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-1/+0
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere9-25/+30
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann8-8/+8
2020-01-20[lldb] Allow loading of minidumps with no process idPavel Labath1-2/+4
2019-11-05lldb/minidump: Add support for the alternate ARM64 constantPavel Labath1-0/+1
2019-10-31minidump: Create memory regions from the sections of loaded modulesPavel Labath1-19/+57
2019-10-30minidump: Rename some architecture constantsPavel Labath1-1/+1
2019-10-25lldb/minidump: Refactor memory region computation codePavel Labath4-64/+62
2019-10-18ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet1-1/+12
2019-10-18LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet6-61/+32
2019-10-11minidump: Use llvm memory info list parserPavel Labath3-123/+25
2019-10-09Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2-11/+33
2019-10-09Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton1-13/+31
2019-08-21Recommit "Minidump/Windows: Fix module lookup""Pavel Labath1-0/+1
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-14Revert "Minidump/Windows: Fix module lookup"Pavel Labath1-1/+0
2019-08-09Minidump/Windows: Fix module lookupPavel Labath1-0/+1
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-2/+1
2019-05-20minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath1-0/+4
2019-05-17minidump: Use MemoryList parsing code from llvmPavel Labath3-42/+23
2019-05-15Replace assert with static_assert here applicable.Jonas Devlieghere1-1/+1
2019-05-10minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath1-1/+0
2019-05-10Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath8-91/+36
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann1-2/+2
2019-05-02Fix MSVC buildPavel Labath2-2/+2
2019-04-11Minidump: extend UUID byte-swapping to windows platformPavel Labath2-34/+22
2019-04-10Minidump: Use llvm parser for reading the ModuleList streamPavel Labath5-109/+34
2019-04-09Minidump: use string parsing functionality from llvmPavel Labath5-94/+30
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda1-3/+5
2019-04-08MinidumpParser: parse SystemInfo stream via llvmPavel Labath2-18/+7
2019-04-05MinidumpParser: use minidump parser in llvm/ObjectPavel Labath4-118/+23
2019-04-03Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton1-7/+35
2019-04-02Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl1-35/+7
2019-04-02Allow partial UUID matching in Minidump core file plug-inGreg Clayton1-7/+35
2019-03-27minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath1-43/+72
2019-03-26Minidump: Use minidump types defined in llvmPavel Labath5-180/+82
2019-03-25Minidump: Use minidump constants defined in llvmPavel Labath6-193/+62
2019-03-25Reapply minidump changes reverted in r356806Pavel Labath2-24/+51
2019-03-22Revert minidump changesJonas Devlieghere1-36/+13
2019-03-22Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath1-1/+1
2019-03-20Fix UUID decoding from minidump filesGreg Clayton1-12/+35
2019-03-18Fix "type qualifiers ignored on cast result type" warningsPavel Labath2-13/+10
2019-02-22Avoid two-stage initialization of MinidumpParserPavel Labath4-147/+126
2019-02-19Add Facebook Minidump directory streams and options to dump them.Greg Clayton3-2/+162
2019-02-19Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath1-71/+43
2019-02-18minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath1-43/+71