summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Overloading is not broken any more. No need forSean Callanan2010-10-291-8/+0
* Fixed a problem where function calls on i386 weren't Sean Callanan2010-10-261-1/+5
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-177/+250
* Skip checking for a bunch of built-ins when evaluating an expression.Greg Clayton2010-10-151-1/+1
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-0/+3
* Added extra logging, and made sure that the argumentSean Callanan2010-10-081-0/+9
* Updated the expression parser to ignore non-external Sean Callanan2010-10-061-8/+16
* Added support for (de)materializing values in registers,Sean Callanan2010-10-051-41/+204
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-2/+2
* Make C++ constructors and destructors correctly within the clang types weGreg Clayton2010-10-011-3/+5
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-5/+5
* Added type lookup, so variables with user-defined typesSean Callanan2010-09-271-111/+25
* Added the ability to create an objective C method for an objective C Greg Clayton2010-09-241-6/+12
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-231-6/+7
* Added motheds to C++ classes as we parse them to keep clang happy.Greg Clayton2010-09-231-4/+6
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-22/+145
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-4/+4
* Added code to support use of "this" and "self" inSean Callanan2010-09-141-9/+60
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-1/+9
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-0/+10
* There was a check to make sure that the frame had a valid function before the...Greg Clayton2010-09-101-10/+1
* There is currently a problem with our interactionSean Callanan2010-09-081-0/+8
* Improved function lookup to avoid conflicts betweenSean Callanan2010-09-071-3/+18
* Fixed a bug where the parser-specific members ofSean Callanan2010-08-301-11/+35
* Refactored ClangExpressionDeclMap to useSean Callanan2010-08-231-184/+154
* 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-201-16/+13
* Added documentation to ClangExpressionDeclMap.Sean Callanan2010-08-131-3/+2
* Added automatically generated result variables for eachSean Callanan2010-08-121-35/+56
* Added support for persistent variables to theSean Callanan2010-08-111-26/+122
* Removed the -i option from the expr command, andSean Callanan2010-08-061-1/+3
* Added support for accessing members of C++ objects,Sean Callanan2010-08-041-0/+19
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-1/+1
* Added support for rewriting objc_msgSend so we canSean Callanan2010-07-311-3/+36
* Added support for calling functions from expressions.Sean Callanan2010-07-271-4/+10
* Added support for locating a function that isSean Callanan2010-07-271-0/+18
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-271-26/+60
* Updated the IR converter for the target to eliminateSean Callanan2010-07-241-0/+6
* Added logging:Sean Callanan2010-07-231-0/+65
* Modified TaggedASTType to inherit from ClangASTTypeSean Callanan2010-07-231-11/+8
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-6/+13
* Added functionality to dematerialize values that wereSean Callanan2010-07-201-126/+187
* Added the necessary code to copy variables used bySean Callanan2010-07-171-87/+197
* Wrote the code that looks at a context to seeSean Callanan2010-07-161-23/+175
* "expr -i" now performs the required transforms toSean Callanan2010-07-131-1/+101
* Updated the expression parser to use proper logging when Sean Callanan2010-06-231-18/+22
* Added support to the expression parser for locatingSean Callanan2010-06-221-5/+54
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+246
OpenPOWER on IntegriCloud