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
/
Plugins
/
Language
/
ObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
[ObjC] Fix the formatter for NSOrderedSet.
Davide Italiano
2018-05-29
1
-28
/
+5
*
[NSDictionary] Simplify the formatter. NFCI.
Davide Italiano
2018-05-02
1
-5
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
5
-29
/
+23
*
[DataFormatters] Implement summary for __NSDictionary0.
Davide Italiano
2018-03-14
1
-0
/
+4
*
[DataFormatter] Remove dead code for the NSDictionary formatter.
Davide Italiano
2018-03-13
1
-10
/
+0
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
1
-8
/
+14
*
Disable warnings related to anonymous types in the ObjC plugin
Vedant Kumar
2017-12-07
1
-0
/
+12
*
ObjC: fix some -Wpedantic warnings by removing ';'
Saleem Abdulrasool
2017-08-23
1
-3
/
+3
*
[Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.
Davide Italiano
2017-08-19
1
-3
/
+3
*
[Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.
Davide Italiano
2017-08-19
1
-4
/
+4
*
Update NSArray/NSDictionary/NSSet formatters to handle new
Jason Molenda
2017-08-15
3
-467
/
+546
*
switch on enum should be exhaustive and warning-free
Tim Hammerquist
2017-07-11
1
-3
/
+9
*
[Data formatters] Make NSSetM support both old- and new-style representation
Sean Callanan
2017-06-30
1
-28
/
+76
*
Fix some type-based warnings
Tim Hammerquist
2017-06-29
1
-2
/
+2
*
Updated the NSArray and NSDictionary formatters to support new storage formats.
Sean Callanan
2017-06-23
2
-17
/
+493
*
Updated NSNumber formatter for new internal representation.
Sean Callanan
2017-06-19
2
-15
/
+106
*
Avoid invalid string access in ObjCLanguage::MethodName::SetName
Stephane Sezer
2017-06-05
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
8
-54
/
+54
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
8
-8
/
+8
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
9
-15
/
+14
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
16
-27
/
+27
*
[CMake] [2/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+12
*
include Host/Time.h in Cocoa.cpp
Pavel Labath
2017-01-25
1
-0
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
5
-14
/
+14
*
Make some code not manipulate the underlying string of a StreamString.
Zachary Turner
2016-11-15
1
-32
/
+34
*
Add support to the ObjC type scavenger for finding types via debug info
Enrico Granata
2016-11-03
1
-1
/
+14
*
Add helpers for the notion of a type scavenger that is "either this or that" ...
Enrico Granata
2016-11-01
1
-50
/
+55
*
This debugging message has been left in the code for years, until one day it ...
Enrico Granata
2016-10-20
1
-2
/
+1
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
2
-28
/
+39
*
Fix an issue where, in i386 mode, the wrong values were being copied into the...
Enrico Granata
2016-09-29
1
-2
/
+2
*
Make it so that one can register prefix matches as well as identical matches ...
Enrico Granata
2016-09-20
2
-14
/
+78
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
18
-5386
/
+5123
*
Change the formula for tagged NSIndexPath data formatting
Enrico Granata
2016-09-01
1
-11
/
+29
*
Add a non-code-running data formatter for __NSCFBoolean
Enrico Granata
2016-08-22
2
-0
/
+39
*
Tweaks to the NSIndexPath formatter to enhance stability
Enrico Granata
2016-07-12
1
-89
/
+118
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
3
-27
/
+17
*
Add NSTaggedPointerString to the table of data formatters
Enrico Granata
2016-06-29
1
-0
/
+1
*
Fix an issue where LLDB would show the key and value of a single entry NSDict...
Enrico Granata
2016-06-24
1
-2
/
+2
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
1
-6
/
+8
*
Fix an issue where the NSDate data formatter was not using the proper alignme...
Enrico Granata
2016-05-24
1
-1
/
+3
*
Add support for additional NSArray formatters
Enrico Granata
2016-04-11
2
-2
/
+41
*
Add a formatter for zero-sized NSData
Enrico Granata
2016-04-11
1
-0
/
+4
*
Remove what I believe are the last known instances of formatters that run code
Enrico Granata
2016-04-08
1
-38
/
+22
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
3
-20
/
+0
*
Remove more of the code-running ObjC data formatter support
Enrico Granata
2016-04-01
3
-139
/
+40
*
On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...
Enrico Granata
2016-03-15
1
-6
/
+12
*
Make it so that the data formatter for NSError can see through a variable of ...
Enrico Granata
2016-03-15
2
-26
/
+34
*
Fix warning in NSDictionary.cpp
Pavel Labath
2016-03-01
1
-1
/
+1
[next]