summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* Deprecate `SBValue::TypeIsPointerType`.Chaoren Lin2015-07-271-13/+2
* Fix an issue where an SBValue could end up capturing a synthetic value and wo...Enrico Granata2015-06-241-3/+9
* Cleanup the code a bit to make it more readable. Greg Clayton2015-06-221-4/+14
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove duplicated code for synthetic array members.Bruce Mitchener2015-02-261-8/+1
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-0/+16
* Fix evaluation commands (MI)Ilia K2015-02-061-1/+2
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-44/+10
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-081-0/+13
* Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata2014-11-181-3/+6
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-0/+23
* Expose the ability to retrieve the result of a type validator via the SB API....Enrico Granata2014-09-061-0/+30
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+25
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-151/+229
* Better error reporting when a variable can't beSean Callanan2014-02-281-2/+3
* Do a little more prevention against SBValues getting used after the world has...Jim Ingham2013-12-061-2/+21
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* SBValue::GetValueAsUnsigned()/GetValueAsSigned() should not replicate the Sca...Enrico Granata2013-10-311-15/+13
* <rdar://problem/15144376>Enrico Granata2013-10-291-5/+5
* <rdar://problem/14028923>Enrico Granata2013-10-081-4/+4
* <rdar://problem/14393032>Enrico Granata2013-09-301-3/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-64/+64
* Huge change to clean up types.Greg Clayton2013-07-111-11/+7
* Change the mechanism around SBValue::GetSP() so that it always requires the t...Jim Ingham2013-05-151-699/+386
* Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...Enrico Granata2013-04-221-91/+89
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-131-0/+59
* The SBValue impl class's GetSP can now fetch the dynamic type or the syntheticJim Ingham2013-04-041-0/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-44/+44
* Fixing the log line for SBValue::MightHaveChildren() to report the correct fu...Enrico Granata2013-02-281-1/+1
* <rdar://problem/12978143>Enrico Granata2013-01-281-2/+2
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...Enrico Granata2012-10-241-2/+2
* <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right t...Enrico Granata2012-10-241-2/+2
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-1/+2
* <rdar://problem/12493007>Greg Clayton2012-10-231-0/+14
* <rdar://problem/12437442>Enrico Granata2012-10-221-79/+228
* API cleanup.Greg Clayton2012-10-161-2/+2
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-7/+20
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-101-0/+16
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-6/+4
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* SBValue::GetTypeName and SBValue::GetByteSize might have to update the dynami...Jim Ingham2012-08-211-4/+45
* Funnel the old API call SBValue::Watch (bool resolve_location, bool read, boo...Johnny Chen2012-06-051-59/+2
OpenPOWER on IntegriCloud