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/14717184>
Greg Clayton
2013-08-13
1
-1
/
+11
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-639
/
+648
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-1
/
+2
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-455
/
+464
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-2
/
+9
*
<rdar://problem/13941992>
Greg Clayton
2013-06-04
1
-5
/
+7
*
<rdar://problem/13128331>
Greg Clayton
2013-05-15
1
-24
/
+21
*
<rdar://problem/13748253>
Greg Clayton
2013-05-14
1
-91
/
+141
*
A few more small tweaks to arm core file handling.
Jason Molenda
2013-05-14
1
-7
/
+20
*
Small change to the previous checkin, read in the fpu register context
Jason Molenda
2013-05-14
1
-4
/
+10
*
Fixes to read the floating point and exception registers sets out
Jason Molenda
2013-05-14
1
-18
/
+36
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-6
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-34
/
+143
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Fix build on Linux
Daniel Malea
2013-04-17
1
-0
/
+4
*
Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID().
Jason Molenda
2013-04-16
1
-1
/
+1
*
Add warning messages for the cases where the inferior process shared cache
Jason Molenda
2013-04-16
1
-5
/
+10
*
<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
[next]