summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed an issue that was causing us to crash when evaluating expressions forGreg Clayton2011-07-061-2/+6
* This commit adds broad architectural support for hierarchicalGreg Clayton2011-06-251-14/+133
* Fixed an issue for ARM where data symbols would alway return invalid addresses.Greg Clayton2011-06-231-27/+53
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-144/+79
* Added a function to lldb_private::Address:Greg Clayton2011-05-181-11/+11
* For cases where a const function is inaccurately reportedSean Callanan2011-05-131-0/+26
* Introduced support for UnknownAnyTy, the Clang typeSean Callanan2011-05-121-6/+69
* Fixed a bug in which expression-local variables wereSean Callanan2011-05-091-7/+31
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-118/+49
* Added support for reading untyped symbols. Right nowSean Callanan2011-05-081-47/+180
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-14/+86
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-1/+2
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-21/+21
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-2/+0
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-16/+25
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-10/+10
* 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
OpenPOWER on IntegriCloud