summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC
Commit message (Expand)AuthorAgeFilesLines
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-292-0/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-073-3/+3
* [ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano2018-07-094-7/+54
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-4/+2
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-132-3/+3
* Fix _NSCFBoolean data formatter.Jonas Devlieghere2018-05-181-3/+3
* [LanguageRuntime/ObjC] Turn off ISA logging once and for all.Davide Italiano2018-05-121-4/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-307-404/+378
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-1/+2
* Fix check for verbose logging.Adrian Prantl2018-03-261-3/+2
* Log ObjC Runtime messages only in verbose modeAdrian Prantl2018-03-231-2/+2
* Fix some warnings found by ToT clangPavel Labath2017-11-021-2/+0
* Remove a stray space.Jim Ingham2017-10-301-1/+1
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-282-0/+10
* Update the Objective-C runtime interface code to handle objc objectsJason Molenda2017-09-274-12/+180
* [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan2017-09-261-78/+36
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Fix assorted compiler warnings. NFCPavel Labath2017-06-061-0/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Rename Error -> Status.Zachary Turner2017-05-125-43/+43
* Fixed a crash when dealing with an empty method name in the ObjC runtime.Sean Callanan2017-04-261-1/+6
* Tone down the "lldb types" log a bit.Jim Ingham2017-04-041-4/+13
* The expression text in AppleObjCRuntimeV1::CreateObjectCheckerJason Molenda2017-03-241-2/+3
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-037-7/+7
* Fix various warnings. NFCZachary Turner2017-03-021-4/+2
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+13
* Move classes from Core -> Utility.Zachary Turner2017-02-024-11/+11
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+15
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-201-0/+1
* Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton2016-12-092-7/+3
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-062-5/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+1
* Remove a couple of old TODOs and don't make a new ConstString each time; none...Enrico Granata2016-10-311-12/+15
* To fix TestObjCMethods2/i386, allowed messaging nil ObjC objects as in x86_64.Sean Callanan2016-09-291-0/+3
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-9/+8
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-3/+5
* Fix an issue where LLDB was not masking enough bits off of objc classes data(...Enrico Granata2016-09-131-1/+14
* Fix -Wcovered-switch-default warning in AppleObjCRuntimeV2.cppEd Maste2016-09-081-2/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0616-6679/+6068
* Remove unused variables.Zachary Turner2016-08-311-2/+1
* Add logic to the ObjC runtime in LLDB to extract the pointer values of the tw...Enrico Granata2016-08-204-1/+63
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-5/+6
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* The lack of classes in the hash table is not an error - it's very legitimatel...Enrico Granata2016-08-061-1/+1
* Tweaks to the reporting of "missing dyld shared cached" that make it easier t...Enrico Granata2016-08-052-23/+69
* Fix an issue where LLDB would detect an empty shared cache - which is legitim...Enrico Granata2016-07-212-25/+43
OpenPOWER on IntegriCloud