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
/
Core
/
FormatClasses.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing spurious <ostream> include
Enrico Granata
2012-03-20
1
-1
/
+0
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-21
/
+42
*
Using the new ScriptInterpreterObject in the implementation of synthetic chil...
Enrico Granata
2012-03-06
1
-26
/
+7
*
This commit:
Enrico Granata
2012-02-29
1
-12
/
+43
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-5
/
+3
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-35
/
+50
*
Added a new --omit-names (-O, uppercase letter o) option to "type summary add".
Enrico Granata
2012-02-02
1
-52
/
+28
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-1
/
+18
*
warnings: Fix up several const qualified return types.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
Move Python.h includes out of the headers into the .cpp file where it's actua...
Benjamin Kramer
2011-10-23
1
-1
/
+11
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+3
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-78
/
+2
*
Additional code cleanups ; Short option name for --python-script in type summ...
Enrico Granata
2011-08-23
1
-0
/
+125
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-4
/
+4
*
- Now using ${var} as the summary for an aggregate type will produce "name-of...
Enrico Granata
2011-08-19
1
-0
/
+25
*
First round of code cleanups:
Enrico Granata
2011-08-17
1
-3
/
+3
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
1
-1
/
+1
*
New formatting symbol %# can be used in summary strings to get the "count of ...
Enrico Granata
2011-08-04
1
-1
/
+1
*
Fixed a bug where a variable could not be formatted in a summary if its datat...
Enrico Granata
2011-08-02
1
-2
/
+43
*
Public API changes:
Enrico Granata
2011-07-29
1
-1
/
+1
*
new flag -P to type synth add lets you type a Python class interactively
Enrico Granata
2011-07-25
1
-2
/
+13
*
Python synthetic children:
Enrico Granata
2011-07-24
1
-0
/
+24
*
when typing a summary string you can use the %S symbol to explicitly indicate...
Enrico Granata
2011-07-22
1
-3
/
+21
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-0
/
+140