summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/ClangUserExpression.cpp
AgeCommit message (Expand)Author
2013-04-19Fixed some linux buildbot warnings.Greg Clayton
2013-04-19Optimized the way breakpoint conditions are evaluated.Sean Callanan
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18This commit changes the way LLDB executes userSean Callanan
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-16Flipped the big switch: LLDB now uses the new Sean Callanan
2013-04-11Added a Materializer class that containsSean Callanan
2013-04-05Factored out memory access into the target processSean Callanan
2013-03-28Use the error from ValidatePlan.Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-27Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...Greg Clayton
2013-03-19Refactored the expression parser so that the IRSean Callanan
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2013-01-31Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham
2013-01-19Extended LLDB to handle blocks capturing 'self'Sean Callanan
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham
2012-12-07Now that we set ThreadPlanCallFunction to private in the constructor, it is c...Jim Ingham
2012-12-06The expression parser will now check the validitySean Callanan
2012-12-01Added logging to the code that determinesSean Callanan
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-30Make blocks that capture their containing method's object pointer look like m...Jim Ingham
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-09-18Making ClangExpression hold on to a WP to the Process instead of a SP. This f...Enrico Granata
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-18Fix missing braces from the python-GIL merge.Johnny Chen
2012-08-18Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen
2012-08-09Removed explicit NULL checks for shared pointersSean Callanan
2012-07-16<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata
2012-07-14<rdar://problem/11870357>Greg Clayton
2012-07-13Be a little more safe when checking whether theSean Callanan
2012-04-03Initialize ivars in the correct order.Bill Wendling
2012-03-01Updated LLVM to take a new MC JIT that supportsSean Callanan
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-10Fixed a bunch of ownership problems with the expressionSean Callanan
2012-02-08In the absence of a valid process, the expressionSean Callanan
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-06http://llvm.org/bugs/show_bug.cgi?id=11618Johnny Chen
2011-12-21The "desired result type" code in the expressionSean Callanan
2011-12-14This commit is the result of a general audit ofSean Callanan
2011-12-13I have modified the part of the code that finds andSean Callanan
2011-12-06As part of the work to make Objective-C type informationSean Callanan
2011-11-15Pulled in a new version of LLVM/Clang to solve a varietySean Callanan
2011-11-08Do a better job of detecting when a breakpoint command has set the target run...Jim Ingham
2011-11-07Added a language parameter to the expression parser,Sean Callanan
2011-11-04Occasionally LLDB runs into contexts where theSean Callanan
2011-10-31warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar
2011-10-29I moved the responsibility for interacting with theSean Callanan
2011-10-12Extended the lifetime of Clang parser objects to theSean Callanan
2011-10-08Fixed a memory leak of ASTResultSynthesizers,Sean Callanan