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
/
ObjectFile
/
Mach-O
/
ObjectFileMachO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13468295>
Greg Clayton
2013-04-16
1
-13
/
+24
*
The dyld_all_image_infos structure, at version 13 and higher, has
Jason Molenda
2013-04-16
1
-13
/
+110
*
Fix some minor code indentation mistakes in ObjectFileMachO.
Jason Molenda
2013-04-16
1
-39
/
+39
*
When ObjectFileMachO::ParseSections() notices that it has a truncated file, z...
Jason Molenda
2013-04-10
1
-0
/
+26
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-8
/
+8
*
Don't try to read the eh_frame section out of a dSYM.
Jason Molenda
2013-03-22
1
-1
/
+5
*
Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.
Jason Molenda
2013-03-21
1
-0
/
+33
*
Remove some tabs and extraneous space chars from ObjectFileMachO.cpp.
Jason Molenda
2013-03-06
1
-136
/
+136
*
Retrieve the dyld shared cache mapping offset from the shared cache instead o...
Jason Molenda
2013-03-06
1
-14
/
+64
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-4
/
+0
*
Added eSymbolTypeResolver to a few switch statements that needed it.
Greg Clayton
2013-02-27
1
-0
/
+1
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-8
/
+29
*
Change ObjectFileMachO::ParseSymtab to read the external
Jason Molenda
2013-02-05
1
-2
/
+14
*
One more change of a uint32_t variable to offset_t
Jason Molenda
2013-01-26
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-33
/
+34
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-1
/
+1
*
Remove insufficient linkedit address check; the problem
Jason Molenda
2012-12-13
1
-1
/
+1
*
<rdar://problem/12831670>
Jason Molenda
2012-12-07
1
-1
/
+1
*
<rdar://problem/12106825>
Greg Clayton
2012-11-27
1
-77
/
+88
*
<rdar://problem/12238339>
Greg Clayton
2012-11-16
1
-0
/
+5
*
<rdar://problem/12602978>
Greg Clayton
2012-10-30
1
-1
/
+13
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-16
/
+19
*
Train LLDB to deal with bad linker N_SO entries that point to our source file...
Greg Clayton
2012-09-07
1
-0
/
+36
*
<rdar://problem/12237556>
Greg Clayton
2012-09-05
1
-31
/
+40
*
<rdar://problem/12100588>
Greg Clayton
2012-09-05
1
-1
/
+7
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-2
/
+2
*
Change the things we pass to Mangled::SetValue to be ConstStrings instead of
Jason Molenda
2012-07-20
1
-5
/
+5
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-6
/
+6
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-5
/
+0
*
Blacklisted a UUID that is generated by OpenCL on
Sean Callanan
2012-07-12
1
-0
/
+13
*
Additional comment in ObjectFileMachO::ParseSymtab to explain
Jason Molenda
2012-06-22
1
-6
/
+14
*
Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldb
Jason Molenda
2012-06-21
1
-8
/
+847
*
Committed a change to the SectionList that introduces
Sean Callanan
2012-06-08
1
-1
/
+1
*
<rdar://problem/11537498>
Greg Clayton
2012-05-30
1
-2
/
+20
*
<rdar://problem/11535465>
Greg Clayton
2012-05-25
1
-8
/
+15
*
Fixed an issue where we might have easy access to the string table data for a...
Greg Clayton
2012-05-25
1
-17
/
+21
*
Found a quick way to improve the speed with which we can read object files fr...
Greg Clayton
2012-05-18
1
-23
/
+48
*
Added support for the LC_ENCRYPTION_INFO load command.
Greg Clayton
2012-04-24
1
-2
/
+28
*
A small fix for ObjectFileMachO::ParseSymtab() where a pointer
Jason Molenda
2012-04-24
1
-1
/
+5
*
Added an iOS local debugging optimization when reading the __LINKEDIT section...
Greg Clayton
2012-04-18
1
-11
/
+51
*
<rdar://problem/11042408>
Greg Clayton
2012-03-14
1
-7
/
+49
*
<rdar://problem/11034170>
Greg Clayton
2012-03-13
1
-306
/
+347
*
<rdar://problem/11016907>
Greg Clayton
2012-03-09
1
-730
/
+871
*
Updated the revision of LLVM/Clang used by LLDB.
Sean Callanan
2012-03-08
1
-0
/
+11
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-12
/
+11
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-61
/
+69
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+51
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-36
/
+251
*
Improved detection of object file types, moving
Sean Callanan
2012-02-10
1
-2
/
+14
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-5
/
+157
[next]