summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
...
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-045-7/+7
* Fix DataExtractor failures.Zachary Turner2017-03-031-13/+0
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-34/+30
* Move Log from Core -> Utility.Zachary Turner2017-03-0312-12/+12
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-142-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-029-14/+14
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-0/+14
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-19/+17
* Silence some -Wstring-conversion warningsPavel Labath2017-01-051-1/+1
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-191-16/+3
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-2/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-262-3/+2
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-181-4/+7
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-163-7/+7
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-123-19/+18
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-082-19/+16
* UserExpression::Evaluate only returns a non-empty ValueObjectSPJim Ingham2016-11-071-0/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-2/+2
* Use the right dwarf attributes for parsing location list entries (fixup for r...Pavel Labath2016-10-311-2/+2
* Rename DWARF 5 constants to adapt to change in LLVMAdrian Prantl2016-10-281-3/+3
* Remove a stray dump().Sean Callanan2016-10-071-2/+0
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-1/+1
* [CMake] LLDB/Expression needs to depend on intrinsics_genChris Bieneman2016-09-291-0/+4
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-261-0/+27
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-5/+5
* Replaced two instances of std::function with auto.Sean Callanan2016-09-141-4/+3
* Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan2016-09-131-62/+56
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0615-10454/+9728
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+148
* [lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDBLang Hames2016-08-191-1/+2
* Fixed a problem where we failed to get the size of an Objective-C type.Sean Callanan2016-08-181-1/+3
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+4
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-3/+7
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-6/+126
* Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.Sean Callanan2016-06-091-0/+7
* Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.Sean Callanan2016-06-091-8/+109
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-4/+0
* Fix function name lookup in IRExecutionEngine.cpp.Stephane Sezer2016-06-061-1/+1
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-021-1/+39
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-121-1/+46
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-041-3/+11
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-292-4/+2
* Used llvm_unreached to quite a VC++ compiler warning.Adrian McCarthy2016-04-281-0/+4
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-282-2/+4
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-282-4/+2
* UtilityFunction::MakeFunctionCaller uses the Error to report failure,Jim Ingham2016-04-261-0/+3
* When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham2016-04-261-1/+1
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-15/+26
OpenPOWER on IntegriCloud