aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath1-0/+2
2019-04-09Breakpad: Parse Stack CFI recordsPavel Labath1-3/+0
2019-04-04Breakpad: Refine record classification codePavel Labath1-1/+4
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-3/+3
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath1-5/+0
2019-01-24BreakpadRecords: Address post-commit feedbackPavel Labath1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-18Breakpad: Extract parsing code into a separate filePavel Labath1-160/+19
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath1-2/+77
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath1-5/+0
2018-12-10Fix r348773Pavel Labath1-1/+1
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath1-0/+245
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour1-239/+0
2018-12-07Introduce ObjectFileBreakpadPavel Labath1-0/+239