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
/
FormatManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove unused #includes of ScriptInterpreterPython.h
Zachary Turner
2015-05-28
1
-1
/
+0
*
A few improvements to our vector types formatting story:
Enrico Granata
2015-03-06
1
-11
/
+15
*
Provide synthetic children for some vector types
Enrico Granata
2015-03-06
1
-0
/
+9
*
Add missing check for LLDB_DISABLE_PYTHON in FormatManager
Tamas Berghammer
2015-02-11
1
-0
/
+2
*
Fix a couple typos in the previous commit
Enrico Granata
2015-02-10
1
-0
/
+1
*
Add an LLDB summary for CMTime. Fixes rdar://15370376
Enrico Granata
2015-02-10
1
-0
/
+19
*
Harden against the process pointer being null - this seems like it shouldn't ...
Enrico Granata
2015-01-28
1
-0
/
+2
*
Remove the last vestige of the world before data formatters :-)
Enrico Granata
2014-12-10
1
-0
/
+11
*
Move a bunch of summary formatters to oneliner mode. This makes more cases el...
Enrico Granata
2014-11-11
1
-25
/
+34
*
Shuffle a couple of formatters around. This should fix the bug that never die...
Enrico Granata
2014-10-29
1
-12
/
+10
*
Reorganize some of the data formatters code to simplify CXXFormattersFunction...
Enrico Granata
2014-10-22
1
-0
/
+1
*
Add synthetic children support for NSIndexPath
Enrico Granata
2014-10-15
1
-0
/
+2
*
If a ValueObject has a child that vends synthetic children, but only does so ...
Enrico Granata
2014-10-09
1
-2
/
+13
*
Stop enabling the std::vector<bool> data formatter for libstdc++, and for tha...
Enrico Granata
2014-10-03
1
-7
/
+0
*
Unused functions break the -Werror build. Revert for now.
Enrico Granata
2014-09-16
1
-9
/
+0
*
Add a convenience function to FormatManager to setup an empty filter (one tha...
Enrico Granata
2014-09-16
1
-0
/
+9
*
When deciding if one-liner printing applies, and you find a summary, the summ...
Enrico Granata
2014-09-11
1
-3
/
+2
*
Introduce the notion of a "type validator" formatter
Enrico Granata
2014-09-05
1
-1
/
+88
*
Add __NSCFDictionary to the list of NSDictionary-like types for which we know...
Enrico Granata
2014-08-27
1
-0
/
+1
*
Refactor the hardcoded formatters facility to use sequences of lambdas - stil...
Enrico Granata
2014-08-19
1
-16
/
+55
*
Enable the data formatter for std::vector<bool> on libc++ again. In recent cl...
Enrico Granata
2014-08-16
1
-0
/
+2
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-2
/
+2
*
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
-1
/
+1
*
<rdar://problem/12055586>
Enrico Granata
2014-04-10
1
-3
/
+29
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-3
/
+9
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-22
/
+0
*
rdar://16361422
Enrico Granata
2014-03-20
1
-0
/
+1
*
rdar://15648942
Enrico Granata
2014-02-07
1
-0
/
+19
*
<rdar://problem/15154623>
Enrico Granata
2014-02-03
1
-3
/
+3
*
__CFString should also format as an NSString
Enrico Granata
2014-01-08
1
-0
/
+1
*
New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>
Enrico Granata
2014-01-08
1
-2
/
+3
*
Add a new way to bind a format to a type: by enum type
Enrico Granata
2013-12-28
1
-1
/
+1
*
FormatNavigator has long stopped navigating anything - the generation of poss...
Enrico Granata
2013-12-20
1
-39
/
+39
*
<rdar://problem/15530080>
Enrico Granata
2013-11-22
1
-0
/
+133
*
Renaming the setting to enable/disable automatic one-lining of summaries as a...
Enrico Granata
2013-10-31
1
-1
/
+1
*
This checkin introduces the notion of hardcoded formatters, which LLDB can bi...
Enrico Granata
2013-10-30
1
-0
/
+39
*
<rdar://problem/15143022>
Enrico Granata
2013-10-30
1
-0
/
+1
*
<rdar://problem/15319880>
Enrico Granata
2013-10-25
1
-0
/
+4
*
One should actually not do one-line printing of nested aggregates even if the...
Enrico Granata
2013-10-23
1
-11
/
+7
*
Get rid of the FooStructSynth, it was a testing thing I put in and forgot to ...
Enrico Granata
2013-10-21
1
-11
/
+1
*
Fix python-free build.
Joerg Sonnenberger
2013-10-20
1
-0
/
+2
*
This is the last piece of work for "formats in categories": we now cache form...
Enrico Granata
2013-10-17
1
-27
/
+27
*
<rdar://problem/15235492>
Enrico Granata
2013-10-15
1
-0
/
+8
*
<rdar://problem/12632394>
Enrico Granata
2013-10-08
1
-0
/
+21
*
<rdar://problem/11778815>
Enrico Granata
2013-10-08
1
-1
/
+62
*
<rdar://problem/15154623>
Enrico Granata
2013-10-05
1
-37
/
+37
*
<rdar://problem/12042982>
Enrico Granata
2013-10-04
1
-0
/
+60
*
<rdar://problem/14071463>
Enrico Granata
2013-09-12
1
-1
/
+3
[prev]
[next]