summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make a few log messages come out in "log enable lldb step" as well as "log en...Jim Ingham2011-01-181-2/+4
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-0/+7
* Added support for the fragile ivars provided bySean Callanan2011-01-171-1/+1
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-4/+8
* Added access to set the current stack frame within a thread so any commandGreg Clayton2010-12-171-0/+1
* Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h Jason Molenda2010-12-161-1/+0
* Implemented a feature where the expression parserSean Callanan2010-12-161-32/+47
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-27/+26
* Bugfixes for the new "self" pointer handling. Specifically,Sean Callanan2010-12-141-3/+15
* Added support for generating expressions that haveSean Callanan2010-12-131-12/+60
* More logging for use in debugging the interactionsSean Callanan2010-12-071-4/+27
* Logging improvements to help identify major events inSean Callanan2010-12-071-5/+36
* Fixed object lifetimes in ClangExpressionDeclMapSean Callanan2010-12-031-5/+14
* Fixed ClangUserExpression's wrapping of expressionsSean Callanan2010-12-011-4/+27
OpenPOWER on IntegriCloud