summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud