aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
AgeCommit message (Expand)Author
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-08Replace static const StringRef with StringRef (NFC)Adrian Prantl
2019-08-28Update name of objc runtime SPI function we call for class names.Jason Molenda
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-07-02[Symbol] Add DeclVendor::FindTypesAlex Langford
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-06-12Re-land r363103 ("When reading ObjC class table, use new SPI if it is avail")Jason Molenda
2019-06-12Back out r363103 ("When reading ObjC class table, use new SPI if it is avail")Jason Molenda
2019-06-11When reading ObjC class table, use new SPI if it is availJason Molenda
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-05-02Upstreaming an apple local patch by Frederic Riss.Jason Molenda
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-05Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-07[lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-04[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-28[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-04Fix typos.Bruce Mitchener
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-08-29Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-09[ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano
2018-06-13Fix/unify the spelling of Objective-C.Adrian Prantl
2018-05-18Fix _NSCFBoolean data formatter.Jonas Devlieghere
2018-05-12[LanguageRuntime/ObjC] Turn off ISA logging once and for all.Davide Italiano
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2018-03-26Fix check for verbose logging.Adrian Prantl
2018-03-23Log ObjC Runtime messages only in verbose modeAdrian Prantl
2017-09-27Update the Objective-C runtime interface code to handle objc objectsJason Molenda
2017-09-26[Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-04Tone down the "lldb types" log a bit.Jim Ingham
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-02Fix various warnings. NFCZachary Turner