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
/
FormatManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-1313
/
+0
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Adding a custom summary for libc++ std::vector<bool>
Enrico Granata
2013-01-16
1
-0
/
+4
*
<rdar://problem/12790664>
Enrico Granata
2013-01-14
1
-0
/
+19
*
Add ifdef LLDB_DISABLE_PYTHON around newly added use of
Jason Molenda
2013-01-12
1
-0
/
+2
*
<rdar://problem/12239827>
Enrico Granata
2013-01-12
1
-2
/
+15
*
<rdar://problem/12239827>
Enrico Granata
2013-01-12
1
-2
/
+10
*
<rdar://problem/11383764>
Enrico Granata
2013-01-11
1
-0
/
+3
*
<rdar://problem/12725746>
Enrico Granata
2013-01-10
1
-67
/
+77
*
<rdar://problem/12709976>
Enrico Granata
2012-12-10
1
-130
/
+135
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Change DataExtractor::Dump() to use a series of if..else if
Jason Molenda
2012-11-01
1
-2
/
+1
*
<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...
Enrico Granata
2012-10-29
1
-19
/
+12
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-4
/
+16
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-5
/
+5
*
<rdar://problem/12099592> Adding back a bunch of code-running summaries
Enrico Granata
2012-10-03
1
-0
/
+5
*
Update the LLDB_DISABLE_PYTHON ifdef in FormatManager::LoadObjCFormatters to
Jason Molenda
2012-09-20
1
-1
/
+1
*
<rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...
Enrico Granata
2012-09-18
1
-8
/
+18
*
Update LLDB_DISABLE_PYTHON #ifdefs in FormatManager.cpp to get it
Jason Molenda
2012-09-15
1
-7
/
+6
*
<rdar://problem/11086338> Implementing support for synthetic children generat...
Enrico Granata
2012-09-13
1
-33
/
+53
*
Making the right thing with regards to disabling summaries on LLDB_DISABLE_PY...
Enrico Granata
2012-09-04
1
-7
/
+14
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-32
/
+47
*
Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...
Enrico Granata
2012-08-27
1
-2
/
+18
*
<rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...
Enrico Granata
2012-08-09
1
-1
/
+2
*
Added a 'void' format so that the user can manually
Sean Callanan
2012-08-08
1
-1
/
+2
*
<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...
Enrico Granata
2012-08-08
1
-2
/
+2
*
<rdar://problem/11773899> Formatters for BOOL* and BOOL&
Enrico Granata
2012-07-13
1
-2
/
+14
*
<rdar://problem/11628688> Making sure to use the ostype format for OSType values
Enrico Granata
2012-07-13
1
-0
/
+11
*
<rdar://problem/11755446> Making sure to provide summaries for one more NSStr...
Enrico Granata
2012-06-28
1
-1
/
+2
*
Add LLDB_DISABLE_PYTHON around newly added methods in
Jason Molenda
2012-05-16
1
-0
/
+6
*
<rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...
Enrico Granata
2012-05-08
1
-0
/
+91
*
Automatically enabling the Cocoa formatter categories for command-line LLDB. ...
Enrico Granata
2012-04-26
1
-5
/
+5
*
Returning data formatters to their previous working condition - Plus fixing a...
Enrico Granata
2012-04-25
1
-79
/
+79
*
adding a summary for Objective-C type 'Class'
Enrico Granata
2012-03-27
1
-0
/
+1
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-10
/
+16
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-2
/
+2
*
Removing cascading through inheritance chains for data formatters
Enrico Granata
2012-03-22
1
-5
/
+34
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-6
/
+3
*
The Cocoa formatters now provide error messages for many of the common things...
Enrico Granata
2012-03-13
1
-0
/
+2
*
Mark newly added synthesizer calls as being #ifndef LLDB_DISABLE_PYTHON
Jason Molenda
2012-03-13
1
-4
/
+2
*
Changed several of the Cocoa formatters to match the output style that Xcode ...
Enrico Granata
2012-03-13
1
-2
/
+2
*
Added formatters for libc++ (http://libcxx.llvm.org):
Enrico Granata
2012-03-12
1
-0
/
+54
*
Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mm
Jason Molenda
2012-03-08
1
-1
/
+2
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-0
/
+3
*
having std::vector still show children even if it now has a builtin summary -...
Enrico Granata
2012-03-02
1
-0
/
+1
*
(a) adding formatters for:
Enrico Granata
2012-03-02
1
-9
/
+28
*
(a) adding an introspection formatter for NS(Mutable)IndexSet
Enrico Granata
2012-03-01
1
-2
/
+11
*
This commit:
Enrico Granata
2012-02-29
1
-0
/
+2
*
This patch provides a set of formatters for most of the commonly used Cocoa c...
Enrico Granata
2012-02-23
1
-1
/
+71
*
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
Jason Molenda
2012-02-21
1
-0
/
+4
[next]