summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectChild.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-1/+2
* Cleanup before making the objective C ivar changes.Greg Clayton2010-12-071-37/+2
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Fixed a case where children of pointers or references that had had multipleGreg Clayton2010-11-021-4/+1
* Print better error messages when memory reads fail when displaying variableGreg Clayton2010-11-021-13/+33
* Fixes to Objective-C built-in type handling.Sean Callanan2010-10-251-0/+2
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-4/+5
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-4/+4
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-1/+0
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-1/+2
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+3
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-061-1/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+207
OpenPOWER on IntegriCloud