summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-20/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-13/+13
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+127
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-181-2/+0
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-356/+11
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-55/+282
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-0/+81
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+18
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1744/+1438
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-0/+19
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-0/+4
* SBValue::CreateValueFromData didn’t check whether the SBType passed into it...Enrico Granata2016-05-231-3/+4
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-9/+8
* Make the error return more explicit when an SBValue has no value.Jim Ingham2015-10-301-0/+3
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-4/+9
* Fix build with python disabled after r249597Keno Fischer2015-10-161-4/+0
* 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
OpenPOWER on IntegriCloud