summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Constant result ValueObjects are - well - constantEnrico Granata2015-05-161-19/+21
* [ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values.Siva Chandra2015-05-051-0/+8
* [ValueObject] Do not return address of eValueTypeHostAddress values.Siva Chandra2015-05-041-3/+5
* This fixes the build I previously broke - and actually makes the test case wo...Enrico Granata2015-03-121-24/+74
* Remove duplicated code for synthetic array members.Bruce Mitchener2015-02-261-52/+6
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-4/+4
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-0/+15
* Move several GetByteSize() calls over to the brave new world of taking an Exe...Enrico Granata2015-01-281-4/+10
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-4/+4
* Fix indentation in ValueObject.cpp (test commit)Tamas Berghammer2015-01-231-2/+2
* Add an API to ValueObject that iterates over the entire parent chain via a ca...Enrico Granata2015-01-221-8/+14
* Allow individual ValueObjects to pick their preferred display languageEnrico Granata2015-01-211-12/+23
* This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the r...Enrico Granata2015-01-081-2/+2
* Fix a problem where a ValueObject could fail to update itself, but since it w...Enrico Granata2015-01-081-1/+1
* Cleanup some redundant codeEnrico Granata2014-12-201-3/+1
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-2/+13
* Remove the last vestige of the world before data formatters :-)Enrico Granata2014-12-101-59/+4
* Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...Enrico Granata2014-12-091-0/+40
* Fixed ValueObject::UpdateValueIfNeeded to keepSean Callanan2014-12-091-10/+47
* This patch does a few things:Enrico Granata2014-12-091-2/+16
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-081-0/+26
* Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata2014-11-181-7/+10
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-1/+1
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-1/+40
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-2/+1
* Also port the C string reading code in ValueObject over to using StringPrinte...Enrico Granata2014-10-301-32/+36
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-48/+48
* Remove default case from a fully covered switch.Eric Christopher2014-10-111-1/+0
* Add an API on ValueObject to retrieve the desired dynamic/synthetic combinati...Enrico Granata2014-10-091-0/+50
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-5/+11
* Start plumbing the type validator logic through to the ValueObjects; allow a ...Enrico Granata2014-09-051-2/+25
* It was pointed out to me that an offset of 0 makes sense for ObjC, but not al...Enrico Granata2014-08-261-2/+1
* Add an API on ValueObject to generate a 'synthetic child' of base class type....Enrico Granata2014-08-261-0/+42
* Add an accessor to ValueObject that determines if the object represents a bas...Enrico Granata2014-08-191-0/+20
* LLDB now correctly handles virtual inheritance.Greg Clayton2014-07-191-4/+36
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+6
* <rdar://problem/16477472>Enrico Granata2014-04-091-4/+3
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-9/+7
* <rdar://problem/16424592>Enrico Granata2014-03-311-1/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-3/+3
* Better error reporting when a variable can't beSean Callanan2014-02-281-4/+5
* <rdar://problem/16006373>Enrico Granata2014-02-151-12/+4
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
* Don't copy entire value into m_data unless we need to. If we did this and the...Greg Clayton2014-01-231-2/+2
* If a user specifies a format option to frame variable or expression, that for...Enrico Granata2014-01-231-4/+12
* New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata2014-01-081-2/+8
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-281-2/+2
* Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementi...Enrico Granata2013-12-221-79/+15
* Fix the test suite after the changes made in revision 196616 exposed issues i...Greg Clayton2013-12-101-1/+2
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
OpenPOWER on IntegriCloud