index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
DataFormatters
/
ValueObjectPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
1
-38
/
+0
*
[NFC] Simplify code
Jonas Devlieghere
2019-08-21
1
-17
/
+13
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-6
/
+6
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-28
/
+24
*
Don't add a newline if the object description already has one.
Jim Ingham
2017-03-31
1
-1
/
+6
*
Remove some dead code from DumpValueObjectOptions::PointerDepth
Tamas Berghammer
2017-03-18
1
-24
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-7
/
+6
*
Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...
Enrico Granata
2016-11-07
1
-1
/
+1
*
Preliminary plumbing work to make 'parray' able to take offset and stride opt...
Enrico Granata
2016-11-04
1
-10
/
+19
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-882
/
+755
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
1
-11
/
+39
*
Fix a bug where one-lining display of child values would ignore the user's ch...
Enrico Granata
2015-12-01
1
-1
/
+1
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
1
-7
/
+22
*
Upstream changes to the ValueObjectPrinter; nfc
Enrico Granata
2015-11-10
1
-24
/
+119
*
All instance variables start with "m_". Fix "options" to be "m_options".
Greg Clayton
2015-11-03
1
-56
/
+56
*
Let Language plugins vend a default DeclPrintingHelper in case a custom one i...
Enrico Granata
2015-10-19
1
-11
/
+16
*
Teach an old pony a few new tricks.
Enrico Granata
2015-10-17
1
-25
/
+81
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-2
/
+3
*
DataFormatters: Rename clang_type to compiler_type.
Bruce Mitchener
2015-09-17
1
-2
/
+2
*
Fix some compiler warnings.
Zachary Turner
2015-09-09
1
-0
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+1
*
Add a more tweakable way for ValueObjectPrinter to control pointer expansion....
Enrico Granata
2015-07-27
1
-15
/
+56
*
Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
2015-07-24
1
-1
/
+12
*
Revert r239873 - I actually want to think some more about this
Enrico Granata
2015-06-17
1
-16
/
+2
*
Fix an issue where the oneliner printing of variables would ignore custom for...
Enrico Granata
2015-06-17
1
-2
/
+16
*
Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...
Enrico Granata
2015-06-03
1
-0
/
+22
*
Fix an issue where values would be printed in one-line mode even if you asked...
Enrico Granata
2015-03-12
1
-1
/
+5
*
Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...
Enrico Granata
2014-11-21
1
-7
/
+7
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-4
/
+4
*
If a ValueObject has a child that vends synthetic children, but only does so ...
Enrico Granata
2014-10-09
1
-3
/
+2
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-6
/
+30
*
Add a -V <bool> flag to frame variable/expression that enables execution of t...
Enrico Granata
2014-09-06
1
-0
/
+45
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-1
/
+5
*
Allow summary formatters to take ValueObjects into account when deciding whet...
Enrico Granata
2014-04-23
1
-2
/
+2
*
<rdar://problem/16006373>
Enrico Granata
2014-02-15
1
-9
/
+9
*
<rdar://problem/15776874>
Enrico Granata
2014-01-27
1
-3
/
+2
*
If a user specifies a format option to frame variable or expression, that for...
Enrico Granata
2014-01-23
1
-9
/
+9
*
Further fixes to the dynamic type system prompted by ObjCDataFormatterTestCas...
Enrico Granata
2013-10-31
1
-2
/
+1
*
Improvements to the ValueObjectPrinter to behave correctly in more dynamic va...
Enrico Granata
2013-10-22
1
-8
/
+29
*
--raw was not always doing the right thing w.r.t. one-lining children. This c...
Enrico Granata
2013-10-07
1
-1
/
+1
*
Cleaner way to work around the lack of delegating constructors on some versio...
Enrico Granata
2013-10-05
1
-35
/
+32
*
<rdar://problem/12042982>
Enrico Granata
2013-10-04
1
-1
/
+61
*
A more thorough fix for the newlines issue
Enrico Granata
2013-10-03
1
-0
/
+2
*
<rdar://problem/15118409>
Enrico Granata
2013-10-03
1
-2
/
+2
*
Fix build with GCC 4.6.2 (non-c++11 compilant compiler)
Daniel Malea
2013-09-30
1
-5
/
+16
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-0
/
+533