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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-15
/
+15
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-0
/
+3
*
Fix an issue where the UTF dumper was ignoring the direction to generate unca...
Enrico Granata
2015-05-01
1
-1
/
+1
*
Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Siva Chandra
2015-03-17
1
-169
/
+0
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-1
/
+1
*
Fix a bug in the data formatters where summary strings would not look into th...
Enrico Granata
2015-03-12
1
-1
/
+1
*
Fix an issue where values would be printed in one-line mode even if you asked...
Enrico Granata
2015-03-12
1
-1
/
+5
*
A few improvements to our vector types formatting story:
Enrico Granata
2015-03-06
2
-16
/
+37
*
Windows bot
Enrico Granata
2015-03-06
1
-0
/
+1
*
Provide synthetic children for some vector types
Enrico Granata
2015-03-06
2
-0
/
+268
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Remove duplicated code for synthetic array members.
Bruce Mitchener
2015-02-26
1
-1
/
+1
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-1
/
+1
*
Add missing check for LLDB_DISABLE_PYTHON in FormatManager
Tamas Berghammer
2015-02-11
1
-0
/
+2
*
Added CoreMedia.cpp to CMakeLists.txt for egranata.
Chaoren Lin
2015-02-11
1
-0
/
+1
*
Fix a couple typos in the previous commit
Enrico Granata
2015-02-10
2
-1
/
+2
*
Add an LLDB summary for CMTime. Fixes rdar://15370376
Enrico Granata
2015-02-10
2
-0
/
+104
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
2
-9
/
+30
*
Harden against the process pointer being null - this seems like it shouldn't ...
Enrico Granata
2015-01-28
1
-0
/
+2
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
4
-4
/
+4
*
Commit fix for a static analyzer issue where a string pointer could theoretic...
Enrico Granata
2015-01-17
1
-9
/
+15
*
Change auto to size_t to fix warning.
Zachary Turner
2015-01-09
1
-1
/
+1
*
Fix trivial signed/unsigned comparison warnings
Andy Gibbs
2014-12-29
1
-2
/
+2
*
We don't really handle printing embedded NULs in strings, but if we were to, ...
Enrico Granata
2014-12-18
1
-0
/
+6
*
Improve the performance of the libc++ std::map formatter. This is not the ful...
Enrico Granata
2014-12-16
1
-87
/
+57
*
Move a bunch of method implementations over to the C++ file; remove the need ...
Enrico Granata
2014-12-13
1
-0
/
+103
*
SyntheticChildrenFrontEnd::* should also be built when python is disabled
Keno Fischer
2014-12-13
1
-35
/
+35
*
Remove the last vestige of the world before data formatters :-)
Enrico Granata
2014-12-10
2
-0
/
+57
*
This patch does a few things:
Enrico Granata
2014-12-09
11
-24
/
+68
*
Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...
Enrico Granata
2014-11-22
1
-0
/
+1
*
Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...
Enrico Granata
2014-11-21
1
-7
/
+7
*
Add the ability for the NSString and libc++ std::string formatters to retriev...
Enrico Granata
2014-11-18
2
-5
/
+14
*
Fix a problem where the StringPrinter could be mistaking an empty string for ...
Enrico Granata
2014-11-17
1
-1
/
+1
*
Move a bunch of summary formatters to oneliner mode. This makes more cases el...
Enrico Granata
2014-11-11
1
-25
/
+34
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-0
/
+3
*
This was meant to be count, not m_count
Enrico Granata
2014-11-07
1
-1
/
+1
*
This is a large, but clearical, commit that enables the C++ formatters to tak...
Enrico Granata
2014-11-06
8
-53
/
+56
*
Introduce the notion of "type summary options" as flags that can be passed do...
Enrico Granata
2014-11-06
1
-0
/
+44
*
Add a setting escape-non-printables that drives whether the StringPrinter sho...
Enrico Granata
2014-11-05
2
-14
/
+28
*
for Siva Chandra: Fix compilation of StringPrinter.cpp with GCC. Differential...
Shawn Best
2014-11-04
1
-95
/
+105
*
Remove #include <codecvt>. It isn't supported on all compilers.
Zachary Turner
2014-10-30
1
-1
/
+0
*
Also port the C string reading code in ValueObject over to using StringPrinte...
Enrico Granata
2014-10-30
1
-7
/
+18
*
Fix CMake build, adding StringPrinter.cpp from r220894
Ed Maste
2014-10-30
1
-0
/
+1
*
Start adopting the StringPrinter API. The StringPrinter API is the new blesse...
Enrico Granata
2014-10-30
2
-377
/
+686
*
Fix the NSPathStore2 data formatter to actually handle the explicit length st...
Enrico Granata
2014-10-29
1
-1
/
+26
*
Shuffle a couple of formatters around. This should fix the bug that never die...
Enrico Granata
2014-10-29
1
-12
/
+10
*
More cleanup of the CXXFormatterFunctions header
Enrico Granata
2014-10-22
2
-0
/
+293
*
Fix CMake build broken after r220421.
Zachary Turner
2014-10-22
1
-0
/
+2
*
Reorganize some of the data formatters code to simplify CXXFormattersFunction...
Enrico Granata
2014-10-22
7
-103
/
+420
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
4
-9
/
+9
[next]