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
*
Update the on-device arm specific code to match the API changes
Jason Molenda
2016-03-01
1
-5
/
+5
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Add support for handling absolute symbols in ELF
Tamas Berghammer
2016-02-25
1
-0
/
+1
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-18
1
-8
/
+1
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-2
/
+3
*
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer
2016-02-10
1
-1
/
+8
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-10
1
-8
/
+1
*
Revert "[NFC] Cleanup RangeMap.h"
Todd Fiala
2016-02-02
1
-175
/
+0
*
[NFC] Cleanup RangeMap.h
Tamas Berghammer
2016-02-02
1
-0
/
+175
*
When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,
Jason Molenda
2016-01-21
1
-3
/
+16
*
Some 32-bit arm corefiles on darwin may have their general purpose
Jason Molenda
2016-01-20
1
-1
/
+2
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+1
*
Add support for tvos and watchos to ObjectFileMachO.
Jason Molenda
2015-11-10
1
-147
/
+214
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-10
/
+10
*
Make sure we don't over specify an architecture when we connect to KDP and us...
Greg Clayton
2015-10-28
1
-11
/
+16
*
Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.
Greg Clayton
2015-10-28
1
-9
/
+17
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
1
-95
/
+71
*
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
[next]