summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* For the language check in GetObjectDescription, if we can't find a language r...Jim Ingham2010-12-231-0/+12
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-1/+1
* Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton2010-12-151-76/+25
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-8/+210
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-5/+5
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+9
* Print better error messages when memory reads fail when displaying variableGreg Clayton2010-11-021-2/+3
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-1/+1
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-23/+94
* Fixed value objects so that they return anSean Callanan2010-10-231-2/+6
* Fixed a error formatting output issue when dumping variables where the error ...Greg Clayton2010-10-221-1/+1
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-68/+162
* Restored the ability to set the format for expressions after changing the exp...Greg Clayton2010-10-061-10/+14
* Added the notion that a value object can be constant by adding:Greg Clayton2010-10-051-0/+5
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-0/+124
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-11/+11
* Fix from Jean-Daniel. Thanks.Johnny Chen2010-09-281-1/+1
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-28/+42
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+14
* General command line help cleanup:Greg Clayton2010-09-181-1/+1
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-4/+6
* Added the summary values for function pointers so we can show where theyGreg Clayton2010-09-131-88/+145
* Move the "Object Description" into the ValueObject, and the add an API toJim Ingham2010-09-101-0/+45
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-34/+44
* Detect when ValueObject values change each time they are evaluated.Greg Clayton2010-08-281-3/+33
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-11/+12
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-5/+5
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-2/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+4
* Add missing includes.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+678
OpenPOWER on IntegriCloud