summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Funnel the old API call SBValue::Watch (bool resolve_location, bool read, boo...Johnny Chen2012-06-051-59/+2
* Cannot break the existing API client of SBValue::Watch(bool resolve_location,...Johnny Chen2012-06-041-0/+66
* rdar://problem/11584012Johnny Chen2012-06-041-4/+6
* Patch that fixes log messages in SBValue.cpp from Lau Sennels.Greg Clayton2012-06-041-10/+10
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-1/+9
* First part of a fix to make GetNonSyntheticValue() work correctlyEnrico Granata2012-05-081-2/+2
* Couple more places in SBValue where you need to take the run-lock.Jim Ingham2012-04-131-16/+58
* Added logging when API calls try to do something that shouldn't be done when ...Greg Clayton2012-04-061-173/+426
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-5/+33
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+2
* <rdar://problem/10434005>Greg Clayton2012-03-141-2/+2
* <rdar://problem/10103468>Greg Clayton2012-02-241-6/+6
* Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda2012-02-211-0/+6
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-110/+132
* Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata2012-02-171-0/+86
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-380/+413
* Fixed casting in the lldb::SBValue::Cast(SBType) function.Greg Clayton2012-02-031-2/+2
* <rdar://problem/10776614>Greg Clayton2012-01-311-1/+4
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-27/+36
* Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton2012-01-301-5/+7
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+1
* Work in progress for:Johnny Chen2011-12-201-2/+5
* Add needed Clear methods.Jim Ingham2011-12-191-0/+6
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-6/+6
* http://llvm.org/bugs/show_bug.cgi?id=11579Johnny Chen2011-12-151-2/+1
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+44
* <rdar://problem/10126482>Greg Clayton2011-11-131-15/+4
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-2/+68
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-0/+28
* Fixed a problem with the IR interpreter that causedSean Callanan2011-09-221-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-6/+6
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-1/+4
* Added the ability to introspect types thourgh the public SBType interface.Greg Clayton2011-09-091-64/+20
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-5/+162
* Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...Enrico Granata2011-08-151-15/+3
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-0/+2
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-1/+3
* Fix indentation.Johnny Chen2011-08-091-4/+4
* more logical behavior for SBValue::CreateValueFromAddressEnrico Granata2011-08-041-9/+17
* APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata2011-08-041-0/+42
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-5/+37
* bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...Enrico Granata2011-08-021-0/+1
* Public API changes:Enrico Granata2011-07-291-32/+253
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-2/+5
* Some descriptive text for the Python script feature:Enrico Granata2011-07-161-1/+2
* Added the ability to get synthetic child values from SBValue objects thatGreg Clayton2011-07-151-12/+22
* Python summary strings:Enrico Granata2011-07-151-0/+22
* Add SBValue::GetID() member method call API.Johnny Chen2011-07-071-0/+8
* Made the string representation for a SBValue return what "frame variable" Greg Clayton2011-07-061-15/+20
OpenPOWER on IntegriCloud