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
/
TypeSummary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
1
-10
/
+0
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
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
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
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
-2
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-229
/
+163
*
Fix TestDataFormatterScript for Linux.
Chaoren Lin
2016-01-29
1
-5
/
+4
*
Fix a bug where LLDB would not print the name of the function that a scripted...
Enrico Granata
2016-01-29
1
-3
/
+17
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-10
/
+3
*
Move TypeSummaryImpl over to LLVM-style RTTI for subclassing
Enrico Granata
2015-10-16
1
-8
/
+10
*
Fix build with python disabled after r249597
Keno Fischer
2015-10-16
1
-5
/
+0
*
Switch data formatters over to using std::function for their callbacks instea...
Enrico Granata
2015-08-27
1
-3
/
+3
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-8
/
+28
*
Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...
Enrico Granata
2014-11-22
1
-0
/
+1
*
This is a large, but clearical, commit that enables the C++ formatters to tak...
Enrico Granata
2014-11-06
1
-4
/
+7
*
Introduce the notion of "type summary options" as flags that can be passed do...
Enrico Granata
2014-11-06
1
-0
/
+44
*
Allow summary formatters to take ValueObjects into account when deciding whet...
Enrico Granata
2014-04-23
1
-10
/
+10
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-2
/
+2
*
<rdar://problem/12042982>
Enrico Granata
2013-10-04
1
-47
/
+9
*
Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...
Michael Sartain
2013-05-23
1
-1
/
+1
*
If we crash while making a Python summary, the crash info will tell us more a...
Enrico Granata
2013-02-22
1
-0
/
+9
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-0
/
+2
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-0
/
+239