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