summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* I moved the responsibility for interacting with theSean Callanan2011-10-291-1/+1
* Extended the lifetime of Clang parser objects to theSean Callanan2011-10-121-3/+2
* Fixed a memory leak of ASTResultSynthesizers,Sean Callanan2011-10-081-4/+7
* Factored out handling of the source code for anSean Callanan2011-09-261-50/+17
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-19/+23
* Fixed a problem where expressions would attempt toSean Callanan2011-09-201-27/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-2/+2
* Fixed a problem where the expression parser wouldSean Callanan2011-09-151-0/+3
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-66/+56
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-121-2/+2
* Fixed a bug where the target for an expression wasSean Callanan2011-08-241-4/+4
* Added support for persistent types to theSean Callanan2011-08-231-3/+13
* Add EvaluateWithError static method. Fix a bug in handling constant expressi...Jim Ingham2011-08-091-1/+13
* This is an overhaul of the expression parser codeSean Callanan2011-08-051-27/+32
* Improved the expression parser's detection of theSean Callanan2011-08-031-3/+7
* Added checking to make sure that the target has aSean Callanan2011-08-011-1/+5
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-4/+4
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-1/+1
* Cleanup error output on expressions. Greg Clayton2011-06-241-1/+1
OpenPOWER on IntegriCloud