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
*
Add support for .ARM.exidx unwind information
Tamas Berghammer
2015-09-30
1
-0
/
+2
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+4
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-0
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-0
/
+1
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-1
/
+1
*
Make sure we detect symbols in the new __DATA_DIRTY and __DATA_CONST segments...
Greg Clayton
2015-07-27
1
-2
/
+24
*
Make sure we calculate resolver symbol addresses correctly for ARM. The trie ...
Greg Clayton
2015-07-16
1
-8
/
+14
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-5
/
+5
*
Check to make sure we have a valid N_GSYM symbol name before we use it for an...
Greg Clayton
2015-07-01
1
-29
/
+45
*
Re-enable 'process save-core' for arm64 targets.
Jason Molenda
2015-06-25
1
-5
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-12
/
+12
*
If we have a MachO file loaded from memory, make sure we can always get the s...
Greg Clayton
2015-06-08
1
-53
/
+84
*
Fix LLDB so that it can correctly track down dependent shared libraries that ...
Greg Clayton
2015-06-02
1
-7
/
+62
*
Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands in
Jason Molenda
2015-04-02
1
-1
/
+3
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-1
/
+2
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix a crasher where we might have a N_UNDF symbol with no name and this could...
Greg Clayton
2015-03-03
1
-0
/
+2
*
MacOSX symbol table change to combine the N_GSYM debug map entry with the "_O...
Greg Clayton
2015-02-25
1
-28
/
+74
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-5
/
+5
*
Make sure things build for iOS after recent changes.
Greg Clayton
2015-02-20
1
-7
/
+9
*
Correctly handle N_INDR nlist entries and don't rely on the trie information ...
Greg Clayton
2015-02-14
1
-20
/
+108
*
Don't wait for the dynamic loader to set a module as a dynamic link editor, f...
Greg Clayton
2015-02-05
1
-0
/
+6
*
Fix it so we always get major, minor and update from the version in ObjectFil...
Greg Clayton
2015-02-04
1
-12
/
+4
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-4
/
+17
*
Enable armv7 core file writing for Mach-O binaries.
Jason Molenda
2014-11-12
1
-3
/
+4
*
Sketch out the armv7 and arm64 core file writing support in
Jason Molenda
2014-11-12
1
-7
/
+169
*
Add support for 32-bit core file dumping. Add support for i386 process core ...
Jason Molenda
2014-11-11
1
-20
/
+120
*
Remove unused variable.
Jason Molenda
2014-10-16
1
-3
/
+1
*
Fixed an issue where the last N load commands in the mach-o core file would n...
Greg Clayton
2014-09-16
1
-0
/
+1
*
Fix up lldb build for llvm r217172.
Todd Fiala
2014-09-04
1
-3
/
+3
*
When adding a dSYM to an existing ObjectFile, we can have a situation
Jason Molenda
2014-08-22
1
-0
/
+12
*
When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...
Greg Clayton
2014-07-29
1
-2
/
+6
*
ObjectFileMachO: Silence signed/unsigned comparison warning
David Majnemer
2014-07-24
1
-2
/
+1
*
Plugins: silence a few more signed comparision warnings
Saleem Abdulrasool
2014-07-23
1
-1
/
+2
*
Target: silence a GCC warning
Saleem Abdulrasool
2014-07-23
1
-1
/
+3
*
Use PRIx64.
Joerg Sonnenberger
2014-07-18
1
-1
/
+1
*
Fixed the objective C symbol parsing in ObjectFileMachO.
Greg Clayton
2014-07-17
1
-6
/
+0
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-4
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-13
/
+13
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-1
/
+4
*
Correctly classify code sections as code sections by using the S_ATTR_PURE_IN...
Greg Clayton
2014-06-16
1
-113
/
+149
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-1
/
+1
*
Added the ability to save core files:
Greg Clayton
2014-06-13
1
-1
/
+414
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-47
/
+96
*
ReExported symbols can point to a library that doesn't actually
Jim Ingham
2014-05-21
1
-0
/
+5
*
When increasing the amount of a file read, read the total of the Mach-O header
Jason Molenda
2014-04-22
1
-2
/
+3
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-5
/
+9
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-4
/
+5
[next]