summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/NSException.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-131-9/+7
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-4/+6
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-3/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-5/+2
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-121-8/+37
* [lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.Kuba Mracek2018-11-121-75/+47
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-3/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-172/+169
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-4/+4
* Fix some Clang-tidy warnings and formatting in recently added code.Eugene Zelenko2015-11-071-24/+24
* Add data formatters for NSError and NSExceptionEnrico Granata2015-11-061-0/+219
OpenPOWER on IntegriCloud