summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-2/+2
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-0/+34
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-52/+73
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-1/+12
* Added the ability to get an set the desired format for SBValue objects.Greg Clayton2011-01-051-0/+16
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-37/+76
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-16/+16
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+13
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-63/+169
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-28/+22
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-0/+8
* Clean up the API logging code:Caroline Tice2010-10-261-11/+9
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+27
* Expose the error contained within an SBValue.Greg Clayton2010-10-061-0/+11
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-1/+1
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-8/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+33
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-75/+0
* Move the "Object Description" into the ValueObject, and the add an API toJim Ingham2010-09-101-0/+9
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-3/+3
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-36/+0
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-71/+71
* And some more include line fixes.Eli Friedman2010-06-091-6/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+372
OpenPOWER on IntegriCloud