summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modified the expression parser to only try toSean Callanan2013-07-121-5/+2
* Huge change to clean up types.Greg Clayton2013-07-111-7/+25
* Performance optimizations to ClangUserExpression,Sean Callanan2013-04-271-22/+61
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-1/+1
* Optimized the way breakpoint conditions are evaluated.Sean Callanan2013-04-191-1/+49
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* This commit changes the way LLDB executes userSean Callanan2013-04-181-137/+191
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-2/+3
* Added a Materializer class that containsSean Callanan2013-04-111-1/+4
* Factored out memory access into the target processSean Callanan2013-04-051-0/+1
* Use the error from ValidatePlan.Jim Ingham2013-03-281-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-6/+6
* Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...Greg Clayton2013-03-271-1/+1
* Refactored the expression parser so that the IRSean Callanan2013-03-191-16/+3
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-2/+2
* Extended LLDB to handle blocks capturing 'self'Sean Callanan2013-01-191-2/+83
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-11/+23
* Now that we set ThreadPlanCallFunction to private in the constructor, it is c...Jim Ingham2012-12-071-3/+1
* The expression parser will now check the validitySean Callanan2012-12-061-1/+1
* Added logging to the code that determinesSean Callanan2012-12-011-1/+26
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Make blocks that capture their containing method's object pointer look like m...Jim Ingham2012-10-301-0/+27
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-6/+20
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-1/+1
* Making ClangExpression hold on to a WP to the Process instead of a SP. This f...Enrico Granata2012-09-181-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Fix missing braces from the python-GIL merge.Johnny Chen2012-08-181-1/+4
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-181-1/+4
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-7/+9
* <rdar://problem/11870357>Greg Clayton2012-07-141-22/+19
* Be a little more safe when checking whether theSean Callanan2012-07-131-1/+1
* Initialize ivars in the correct order.Bill Wendling2012-04-031-3/+3
* Updated LLVM to take a new MC JIT that supportsSean Callanan2012-03-011-11/+0
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Fixed a bunch of ownership problems with the expressionSean Callanan2012-02-101-6/+21
* In the absence of a valid process, the expressionSean Callanan2012-02-081-1/+6
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=11618Johnny Chen2012-01-061-0/+3
* The "desired result type" code in the expressionSean Callanan2011-12-211-10/+9
* This commit is the result of a general audit ofSean Callanan2011-12-141-1/+1
* I have modified the part of the code that finds andSean Callanan2011-12-131-43/+50
* As part of the work to make Objective-C type informationSean Callanan2011-12-061-2/+1
* Pulled in a new version of LLVM/Clang to solve a varietySean Callanan2011-11-151-2/+6
* Do a better job of detecting when a breakpoint command has set the target run...Jim Ingham2011-11-081-0/+6
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-5/+26
* Occasionally LLDB runs into contexts where theSean Callanan2011-11-041-3/+54
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-2/+2
OpenPOWER on IntegriCloud