summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where we did not handle constantSean Callanan2010-09-071-3/+34
* Improved function lookup to avoid conflicts betweenSean Callanan2010-09-072-10/+28
* Added code to run pointer validation checks inSean Callanan2010-09-021-16/+258
* Added support for dynamic sanity checking inSean Callanan2010-09-013-2/+138
* Fixed a bug where the parser-specific members ofSean Callanan2010-08-302-13/+40
* Fixed a bug where ClangExpressionVariableList wasSean Callanan2010-08-301-1/+3
* Added a ClangUtilityFunction class that allows theSean Callanan2010-08-274-3/+132
* This is a major refactoring of the expression parser.Sean Callanan2010-08-278-1006/+1249
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-5/+11
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-2/+2
* Refactored ClangExpressionDeclMap to useSean Callanan2010-08-233-193/+163
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-14/+7
* First step of refactoring variable handling in theSean Callanan2010-08-206-173/+163
* Patch by Bill Lynch fixing handling of the pidSean Callanan2010-08-183-8/+10
* Check for errors in Resume before waiting for the resume to complete.Jim Ingham2010-08-171-1/+6
* Documented ClangResultSynthesizer and added very minorSean Callanan2010-08-161-3/+4
* Documented ClangExpressionVariable(List), andSean Callanan2010-08-131-17/+4
* Added documentation to ClangExpressionDeclMap.Sean Callanan2010-08-132-5/+3
* Documented ClangExpression and made parts of itSean Callanan2010-08-132-92/+5
* Added documentation to ClangASTSource andSean Callanan2010-08-121-0/+4
* Removed the ClangStmtVisitor, which is old codeSean Callanan2010-08-122-1046/+1
* Added automatically generated result variables for eachSean Callanan2010-08-123-55/+293
* Added support for persistent variables to theSean Callanan2010-08-114-49/+310
* Removed the -i option from the expr command, andSean Callanan2010-08-061-1/+3
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-4/+8
* Added support for accessing members of C++ objects,Sean Callanan2010-08-044-1/+44
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-033-12/+8
* Set a CodeGenOption in Clang to inhibit insertionSean Callanan2010-08-032-0/+9
* Added support for rewriting objc_msgSend so we canSean Callanan2010-07-312-32/+256
* Updated to llvm/clang from July 30, 2010 at 08:00.Greg Clayton2010-07-302-80/+77
* Fixed "warning: unused variable 'log'".Johnny Chen2010-07-291-2/+0
* Fixed the expression code to use the rightSean Callanan2010-07-291-23/+25
* Added and improved logging. This is helping us as weSean Callanan2010-07-284-36/+74
* Added support for calling functions from expressions.Sean Callanan2010-07-272-24/+47
* Added support for locating a function that isSean Callanan2010-07-272-10/+66
* Fixed a bug in the IR transformer where we wereSean Callanan2010-07-271-1/+10
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-272-26/+76
* Fixed a bug where we didn't restore thread andSean Callanan2010-07-261-48/+56
* Updated the IR converter for the target to eliminateSean Callanan2010-07-243-80/+90
* Added logging:Sean Callanan2010-07-232-5/+71
* Added extensive logging of the code that is actually goingSean Callanan2010-07-232-0/+144
* Modified TaggedASTType to inherit from ClangASTTypeSean Callanan2010-07-232-61/+142
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-213-33/+25
* Added functionality to dematerialize values that wereSean Callanan2010-07-202-127/+195
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-4/+4
* Added the necessary code to copy variables used bySean Callanan2010-07-171-87/+197
* Fixed a copyright header.Greg Clayton2010-07-161-8/+9
* Wrote the code that looks at a context to seeSean Callanan2010-07-162-24/+190
* Fixes to the IR generator in the expression parserSean Callanan2010-07-141-2/+109
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-142-4/+4
OpenPOWER on IntegriCloud