summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Breakpad
Commit message (Expand)AuthorAgeFilesLines
* lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath2019-11-051-1/+1
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-262-4/+119
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath2019-08-051-2/+0
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-312-0/+9
* Breakpad: Add support for the arm64e "architecture"Pavel Labath2019-06-101-1/+1
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-161-29/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Breakpad: Parse Stack CFI recordsPavel Labath2019-04-093-8/+67
* Breakpad: Refine record classification codePavel Labath2019-04-043-34/+58
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-112-6/+1
* BreakpadRecords: Add parsing code for FILE and LINE recordsPavel Labath2019-01-292-0/+91
* Fix potential ODR vialation.Haojian Wu2019-01-241-1/+1
* BreakpadRecords: Address post-commit feedbackPavel Labath2019-01-243-67/+53
* breakpad: Add FUNC records to the symtabPavel Labath2019-01-222-11/+81
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Breakpad: Extract parsing code into a separate filePavel Labath2019-01-185-161/+383
* ObjectFileBreakpad: Implement sectionsPavel Labath2019-01-071-2/+77
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-032-6/+1
* Fix r348773Pavel Labath2018-12-101-1/+1
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-103-0/+365
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-073-354/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-073-0/+354
OpenPOWER on IntegriCloud