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
/
examples
/
summaries
/
cocoa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 2/3 compat: str vs basestring
Serge Guelton
2019-03-25
8
-0
/
+40
*
Python 2/3 compat: unichr vs chr
Serge Guelton
2019-03-25
1
-0
/
+4
*
Python 2/3 compatibility: from __future__ import print_function
Serge Guelton
2019-03-21
2
-3
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
22
-66
/
+66
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
23
-3316
/
+3858
*
Py3'ify some of the examples that get run at startup.
Zachary Turner
2015-10-19
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
Fix some typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-1
/
+2
*
NS(Mutable)IndexSet formatter moves from Python to C++
Enrico Granata
2013-03-16
1
-1
/
+2
*
Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...
Enrico Granata
2013-03-16
5
-5
/
+10
*
Quick fix for the libc++ std::map synthetic children provider
Enrico Granata
2013-02-09
1
-2
/
+2
*
<rdar://problem/12552374> & <rdar://problem/13100674>
Enrico Granata
2013-01-30
1
-12
/
+0
*
Replacing reference to radar number with svn revision
Enrico Granata
2013-01-16
1
-1
/
+1
*
Greg created a new API on SBProcess to get an ID that is guaranteed to be uni...
Enrico Granata
2013-01-16
1
-1
/
+1
*
Tweaking a comment in the NSURL formatter for correctness - the code was doin...
Enrico Granata
2012-12-18
1
-1
/
+4
*
<rdar://problem/12817233>
Enrico Granata
2012-12-10
1
-2
/
+2
*
Changing the NSDate data formatter to use GetData().uint64[] instead of relyi...
Enrico Granata
2012-10-24
1
-3
/
+3
*
<rdar://problem/12426557> Fixing the NSIndexSet data formatter
Enrico Granata
2012-10-05
1
-11
/
+18
*
<rdar://problem/11398693> Making sure we do not attempt to run code on zombie...
Enrico Granata
2012-09-18
1
-3
/
+5
*
Fix a potential issue where data formatters can get confused over malformed U...
Enrico Granata
2012-09-18
1
-1
/
+4
*
<rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...
Enrico Granata
2012-09-18
1
-1
/
+1
*
<rdar://problem/12068655> Make sure [NSDate distantPast] is formatted correctly
Enrico Granata
2012-09-04
1
-0
/
+4
*
Editing a comment to make sure people know not to blame CFString.py for CFStr...
Enrico Granata
2012-09-04
1
-2
/
+2
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
4
-4
/
+8
*
Make the objc-runtime work with Python 2.6
Filipe Cabecinhas
2012-08-01
1
-8
/
+20
*
<rdar://problem/11753405> Making sure we deal correctly with signed NSNumber ...
Enrico Granata
2012-07-13
1
-10
/
+12
*
Fixes for performance to data formatters - Python < 3.0 is much slower when u...
Enrico Granata
2012-05-21
1
-114
/
+110
*
Optimizations to the Python ObjC formatters - Benchmarking infrastructure
Enrico Granata
2012-05-18
2
-3
/
+27
*
Fixing a bug where the summary for certain NSStrings was being returned as em...
Enrico Granata
2012-05-15
1
-4
/
+9
*
Automatically enabling the Cocoa formatter categories for command-line LLDB. ...
Enrico Granata
2012-04-26
1
-1
/
+1
*
Fixing a typo in the NSArray data formatter
Enrico Granata
2012-04-25
1
-1
/
+1
*
Returning data formatters to their previous working condition - Plus fixing a...
Enrico Granata
2012-04-25
17
-34
/
+34
*
Making the Cocoa formatters comply with the new on-disk layout of the Python ...
Enrico Granata
2012-04-25
19
-328
/
+328
*
Maked LLDB into a package so we can import things without poluting the global...
Greg Clayton
2012-04-25
1
-133
/
+0
*
One last syntax error fix
Enrico Granata
2012-04-02
1
-1
/
+1
*
Fixing syntax typos in Python formatters
Enrico Granata
2012-04-02
3
-6
/
+6
*
Removing some instances of str(SBValue)
Enrico Granata
2012-04-02
3
-6
/
+6
*
Logging for data formatters.
Enrico Granata
2012-04-02
17
-3
/
+352
*
Fixing a whole class of crashers and potential crashers related to data forma...
Enrico Granata
2012-03-30
14
-14
/
+14
*
Part 1 of a series of fixes meant to improve reliability and increase ease of...
Enrico Granata
2012-03-29
2
-0
/
+149
*
Fixing an issue where Unicode characters in an NSString were printed as escap...
Enrico Granata
2012-03-29
1
-8
/
+16
*
Adding missing file
Enrico Granata
2012-03-28
1
-0
/
+19
*
adding a summary for Objective-C type 'Class'
Enrico Granata
2012-03-27
1
-0
/
+6
*
The Cocoa formatters now provide error messages for many of the common things...
Enrico Granata
2012-03-13
21
-448
/
+543
*
Changed several of the Cocoa formatters to match the output style that Xcode ...
Enrico Granata
2012-03-13
9
-15
/
+48
*
Fixing a problem with the NSSet summary provider; plus, providing a further o...
Enrico Granata
2012-03-09
2
-2
/
+6
*
the formatter for NSNotification was not being initialized correctly
Enrico Granata
2012-03-09
1
-3
/
+4
*
Fixing some of the new Python formatters to report '1 object' instead of '1 o...
Enrico Granata
2012-03-07
7
-20
/
+34
*
Several performance-oriented changes to the introspecting data formatters:
Enrico Granata
2012-03-05
19
-750
/
+594
[next]