summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in the expression parser where the 'this'Sean Callanan2011-03-041-30/+64
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-6/+6
* Added a new class, ASTDumper, that provides verboseSean Callanan2011-02-011-0/+8
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-2/+3
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-5/+11
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-7/+5
* Added support for the fragile ivars provided bySean Callanan2011-01-171-0/+30
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-24/+10
* Fixed handling of explicitly-declared persistentSean Callanan2011-01-131-2/+3
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-65/+342
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-30/+28
* Fixed a problem where constant results of expressionsSean Callanan2011-01-041-32/+29
* Implemented a feature where the expression parserSean Callanan2010-12-161-0/+73
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-158/+184
* Bugfixes for the new "self" pointer handling. Specifically,Sean Callanan2010-12-141-2/+5
* Added support for generating expressions that haveSean Callanan2010-12-131-7/+62
* Logging improvements to help identify major events inSean Callanan2010-12-071-0/+6
* Handle the case where you make a ClangExpressionDeclMap without a selected fr...Jim Ingham2010-12-071-2/+7
* Fixed object lifetimes in ClangExpressionDeclMapSean Callanan2010-12-031-153/+203
* Allowed ClangExpressionDeclMap to dematerializeSean Callanan2010-12-011-3/+4
* Added a feature where registers can be referred toSean Callanan2010-11-301-5/+142
* Made GetVariableValue() more robust in the faceSean Callanan2010-11-201-0/+11
* Change the DWARFExpression::Evaluate methods to take an optionalJason Molenda2010-11-201-1/+1
* Modifications to type handling logic. We no longerSean Callanan2010-11-191-32/+41
* Whitespace fix.Sean Callanan2010-11-171-1/+0
* First attempt and getting "const" C++ method function signatures correct.Greg Clayton2010-11-161-4/+20
* Just like functions can have a basename and a mangled/demangled name, variableGreg Clayton2010-11-141-27/+54
* Got namespace lookup working and was able to print a complex "this" as anGreg Clayton2010-11-131-7/+7
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-2/+28
* Did a lot of code cleanup.Greg Clayton2010-11-091-13/+9
* Fixed an issue in the DWARF parser that was causing forward declarationsGreg Clayton2010-11-091-39/+39
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-9/+9
* Improved logging and cleaned up a redundant returnSean Callanan2010-11-011-5/+22
* 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
OpenPOWER on IntegriCloud