summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-201-2/+2
* This commit integrates support for the LLVM MCJITSean Callanan2011-05-231-2/+12
* RunThreadPlan should set the plan to "not private" since it needs that,Jim Ingham2011-05-171-1/+1
* Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.Greg Clayton2011-05-171-1/+5
* Fix the error message when an expression evaluation is interrupted by a crash...Jim Ingham2011-05-171-3/+16
* Fixed a bug in which expression-local variables wereSean Callanan2011-05-091-9/+15
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-13/+8
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-3/+3
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-4/+4
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-15/+15
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-3/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-14/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+1
* Fixed a bug in the expression code which causedSean Callanan2011-01-241-3/+6
* Make expressions clean up their JIT'ed code allocation.Greg Clayton2011-01-191-18/+18
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-1/+1
OpenPOWER on IntegriCloud