summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/minidump
Commit message (Expand)AuthorAgeFilesLines
* lldb/minidump: Add support for the alternate ARM64 constantPavel Labath2019-11-051-0/+1
* minidump: Create memory regions from the sections of loaded modulesPavel Labath2019-10-311-19/+57
* minidump: Rename some architecture constantsPavel Labath2019-10-301-1/+1
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-254-64/+62
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-181-1/+12
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-186-61/+32
* minidump: Use llvm memory info list parserPavel Labath2019-10-113-123/+25
* Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...Greg Clayton2019-10-092-11/+33
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-091-13/+31
* Recommit "Minidump/Windows: Fix module lookup""Pavel Labath2019-08-211-0/+1
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Revert "Minidump/Windows: Fix module lookup"Pavel Labath2019-08-141-1/+0
* Minidump/Windows: Fix module lookupPavel Labath2019-08-091-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+1
* minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath2019-05-201-0/+4
* minidump: Use MemoryList parsing code from llvmPavel Labath2019-05-173-42/+23
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-1/+1
* minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2019-05-101-1/+0
* Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath2019-05-108-91/+36
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-2/+2
* Fix MSVC buildPavel Labath2019-05-022-2/+2
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-112-34/+22
* Minidump: Use llvm parser for reading the ModuleList streamPavel Labath2019-04-105-109/+34
* Minidump: use string parsing functionality from llvmPavel Labath2019-04-095-94/+30
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-3/+5
* MinidumpParser: parse SystemInfo stream via llvmPavel Labath2019-04-082-18/+7
* MinidumpParser: use minidump parser in llvm/ObjectPavel Labath2019-04-054-118/+23
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-031-7/+35
* Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl2019-04-021-35/+7
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-021-7/+35
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-03-271-43/+72
* Minidump: Use minidump types defined in llvmPavel Labath2019-03-265-180/+82
* Minidump: Use minidump constants defined in llvmPavel Labath2019-03-256-193/+62
* Reapply minidump changes reverted in r356806Pavel Labath2019-03-252-24/+51
* Revert minidump changesJonas Devlieghere2019-03-221-36/+13
* Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath2019-03-221-1/+1
* Fix UUID decoding from minidump filesGreg Clayton2019-03-201-12/+35
* Fix "type qualifiers ignored on cast result type" warningsPavel Labath2019-03-182-13/+10
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-224-147/+126
* Add Facebook Minidump directory streams and options to dump them.Greg Clayton2019-02-193-2/+162
* 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-132-5/+5
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-112-11/+16
* 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-1917-68/+51
* Make sure to fill in the compiler register number so when we try to backtrace...Greg Clayton2019-01-182-15/+17
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-5/+5
* Use the minidump exception record if presentLeonard Mosescu2019-01-073-16/+27
OpenPOWER on IntegriCloud