summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Centralized all of the format to c-string and to format character code insideGreg Clayton2011-06-231-3/+8
* Another patch from Enrico Granata.Greg Clayton2011-06-231-1/+18
* Added a new format for displaying an array of characters: eFormatCharArrayGreg Clayton2011-06-171-2/+2
* lldb-59.Greg Clayton2011-05-301-5/+18
* Fix an unitialized pointer in ValueObject::CreateChildAtIndex.Jim Ingham2011-05-071-1/+1
* Added the ability to cast pointer types to another type, no matter what theGreg Clayton2011-05-051-0/+43
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-9/+15
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-0/+10
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-3/+4
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-74/+78
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-124/+208
* Order of initialization lists.Stephen Wilson2011-04-111-11/+12
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-1/+1
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-199/+472
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-6/+6
* Relax the constraint on the types of ValueObjects that we'll by default try theJim Ingham2011-03-181-4/+11
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-3/+5
* Fixed up the SBValue::GetExpressionPath() to be more correct under moreGreg Clayton2011-01-211-33/+84
* Fixed the C string summary formatter to not get into an infinite loop forGreg Clayton2011-01-171-34/+23
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-9/+14
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+1
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-1/+1
* Make sure we don't assert if we have a child with zero byte size. AlsoGreg Clayton2011-01-081-2/+2
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* 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
OpenPOWER on IntegriCloud