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/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
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-8
/
+148
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-34
/
+18
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-8
/
+9
*
<rdar://problem/10368163>
Greg Clayton
2011-12-30
1
-30
/
+72
*
Fix a bug where when debugging with .o files, we end up with two symbols for ...
Jim Ingham
2011-12-16
1
-4
/
+20
*
Testcase fixes with the new symbol lookup code for
Sean Callanan
2011-12-03
1
-3
/
+3
*
Remove accidental "else" that was left in in prior checking.
Greg Clayton
2011-12-03
1
-1
/
+1
*
Added new symbol types for Objective C classes, metaclasses, and ivars. Each
Greg Clayton
2011-12-03
1
-85
/
+136
*
12% allocated memory savings when debugging clang with DWARF in .o files by
Greg Clayton
2011-11-22
1
-0
/
+3
*
<rdar://problem/10338439>
Greg Clayton
2011-11-13
1
-3
/
+2
*
<rdar://problem/10368163>
Greg Clayton
2011-10-31
1
-2
/
+15
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-26
/
+32
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-1
/
+1
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-1
/
+2
*
Enable all the new accelerator tables if they are present and don't manually
Greg Clayton
2011-10-04
1
-0
/
+4
*
Convert over to the latest and greatest on disc accelerator
Greg Clayton
2011-09-28
1
-8
/
+8
*
The first part of a fix for being able to select an architecture slice from
Greg Clayton
2011-09-21
1
-0
/
+9
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added support for accessing and loading our new .debug_names and .debug_types
Greg Clayton
2011-09-01
1
-0
/
+8
*
Fixed an assertion that could happen if we happened to parse a mach-o object
Greg Clayton
2011-08-26
1
-1
/
+18
[next]