summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime
Commit message (Expand)AuthorAgeFilesLines
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-3/+3
* 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-076-6/+6
* [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
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-132-3/+3
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* Typo fixes.Bruce Mitchener2018-05-292-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-3011-606/+544
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-172-2/+2
* 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
* We were getting the wrong dynamic type if there were two classes with the sam...Jim Ingham2018-03-011-2/+7
* 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
* Make breakpoint names real entities.Jim Ingham2017-09-141-10/+14
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Fix assorted compiler warnings. NFCPavel Labath2017-06-061-0/+1
* Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to change everything n...Stephane Sezer2017-05-231-2/+2
* hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList iteratorStephane Sezer2017-05-231-1/+2
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Rename Error -> Status.Zachary Turner2017-05-1210-88/+88
* Fixed a crash when dealing with an empty method name in the ObjC runtime.Sean Callanan2017-04-261-1/+6
* Teach RenderScriptRuntime about changed context representation.David Gross2017-04-191-30/+39
* Update for alloca construction changesMatt Arsenault2017-04-101-2/+5
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* 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-223-2/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove stray paren that got in while attempting to fix the build for Attribut...Reid Kleckner2017-03-211-1/+1
* Update for LLVM API rename of AttributeSet -> AttributeListReid Kleckner2017-03-211-5/+2
* Update for LLVM API removal of Function::getArgumentList()Reid Kleckner2017-03-161-2/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+3
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-2/+4
* Move Log from Core -> Utility.Zachary Turner2017-03-0313-13/+13
* Fix various warnings. NFCZachary Turner2017-03-021-4/+2
* Clean up debug loggingPavel Labath2017-02-131-3/+2
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+13
* Move classes from Core -> Utility.Zachary Turner2017-02-028-20/+20
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-315-5/+57
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-201-0/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+2
OpenPOWER on IntegriCloud