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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-5604
/
+5582
*
If the user has specified target.memory-module-load-level 'minimal'
Jason Molenda
2016-08-25
1
-3
/
+5
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Move the code which knows how to get information about the shared
Jason Molenda
2016-07-29
1
-63
/
+7
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+27
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-3
/
+3
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-3
/
+3
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
1
-1
/
+7
*
Small further refinement to the check in ObjectFileMachO::ParseSymtab
Jason Molenda
2016-05-26
1
-7
/
+9
*
Ach, editing too many files at once. Make this file compile again.
Jason Molenda
2016-05-24
1
-1
/
+1
*
In r268475 I made a change to ObjectFileMachO so that if it is
Jason Molenda
2016-05-24
1
-1
/
+4
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-10
/
+10
*
Add a way for an ObjectFile to indicate that assembly emulation
Jason Molenda
2016-05-04
1
-2
/
+24
*
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
[next]