summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes a bug where LLDB was incorrectly setting the address-size on...Enrico Granata2012-04-241-1/+12
* Should have used the convenience function:Johnny Chen2012-02-021-12/+4
* For processes which are not in one of the "launched and stopped" state, 'targ...Johnny Chen2012-02-021-1/+14
* Add check for non-NULL Variable with a NULL Type.Jim Ingham2011-12-221-1/+6
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-7/+7
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-297/+128
* Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton2011-06-291-19/+59
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-4/+4
* When making a DataExtractor from a Value that's got a ClangType, set the Addr...Jim Ingham2011-02-241-1/+9
* Clean up a bit of the type getting code where lldb_private:Type now hasGreg Clayton2011-02-161-3/+3
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-4/+5
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-2/+2
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-8/+28
* http://llvm.org/bugs/show_bug.cgi?id=8260Greg Clayton2011-01-251-4/+0
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-28/+28
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-24/+24
* Print better error messages when memory reads fail when displaying variableGreg Clayton2010-11-021-9/+11
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-5/+5
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-14/+2
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Changed "Error Value::GetValueAsData (...)" to set the data extractor byte Greg Clayton2010-08-181-0/+9
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-1/+1
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-3/+4
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+803
OpenPOWER on IntegriCloud