summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace fix.Sean Callanan2010-12-011-6/+6
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-49/+62
* Added support for indicating to the expression parserSean Callanan2010-11-191-4/+10
* Trivial fix for an error message.Johnny Chen2010-11-101-1/+1
* Added more logging so we see the register stateSean Callanan2010-11-081-18/+0
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-4/+8
* Fixed error handling when the utility functionsSean Callanan2010-11-051-1/+9
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+17
* ClangUserExpression ctor should not crash if given a null expr_prefix char*.Johnny Chen2010-10-291-2/+2
* Added a user-settable variable, 'target.expr-prefix',Sean Callanan2010-10-291-5/+13
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-3/+5
* Added a hack so that "unichar" is resolved toSean Callanan2010-10-241-0/+21
* Added a temporary hack to allow casting of Objective-CSean Callanan2010-10-221-3/+24
* Fixed a silly bug that was causing the "this" pointerSean Callanan2010-10-191-3/+3
* Fixed the message that reports that an expressionSean Callanan2010-10-191-2/+2
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-2/+2
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-23/+64
* Changed the timeout for expressions from 10Sean Callanan2010-10-071-1/+1
* Added the notion that a value object can be constant by adding:Greg Clayton2010-10-051-5/+8
* Moved expression evaluation from CommandObjectExpression into Greg Clayton2010-10-051-0/+52
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-16/+82
* Added code to support use of "this" and "self" inSean Callanan2010-09-141-1/+7
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-6/+9
* Added a ClangUtilityFunction class that allows theSean Callanan2010-08-271-1/+7
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-0/+257
OpenPOWER on IntegriCloud