aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Fix about a dozen compile warningsIlia K1-9/+8
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-5604/+5582
2016-08-25If the user has specified target.memory-module-load-level 'minimal'Jason Molenda1-3/+5
2016-08-09Delete Host/windows/win32.hZachary Turner1-1/+1
2016-07-29Move the code which knows how to get information about the sharedJason Molenda1-63/+7
2016-07-22Add support to get the shared cache information from the newJason Molenda1-0/+27
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda1-3/+3
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda1-3/+3
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton1-1/+7
2016-05-26Small further refinement to the check in ObjectFileMachO::ParseSymtabJason Molenda1-7/+9
2016-05-24Ach, editing too many files at once. Make this file compile again.Jason Molenda1-1/+1
2016-05-24In r268475 I made a change to ObjectFileMachO so that if it isJason Molenda1-1/+4
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-1/+1
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-10/+10
2016-05-04Add a way for an ObjectFile to indicate that assembly emulationJason Molenda1-2/+24
2016-03-01Update the on-device arm specific code to match the API changesJason Molenda1-5/+5
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-0/+1
2016-02-25Add support for handling absolute symbols in ELFTamas Berghammer1-0/+1
2016-02-18Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer1-8/+1
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-2/+3
2016-02-10Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer1-1/+8
2016-02-10Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer1-8/+1
2016-02-02Revert "[NFC] Cleanup RangeMap.h"Todd Fiala1-175/+0
2016-02-02[NFC] Cleanup RangeMap.hTamas Berghammer1-0/+175
2016-01-21When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda1-3/+16
2016-01-20Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda1-1/+2
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra1-0/+1
2015-11-10Add support for tvos and watchos to ObjectFileMachO.Jason Molenda1-147/+214
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-10/+10
2015-10-28Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton1-11/+16
2015-10-28Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.Greg Clayton1-9/+17
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko1-95/+71
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer1-0/+2
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+4
2015-08-25Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer1-0/+2
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-1/+0
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda1-0/+1
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda1-1/+1
2015-07-27Make sure we detect symbols in the new __DATA_DIRTY and __DATA_CONST segments...Greg Clayton1-2/+24
2015-07-16Make sure we calculate resolver symbol addresses correctly for ARM. The trie ...Greg Clayton1-8/+14
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton1-5/+5
2015-07-01Check to make sure we have a valid N_GSYM symbol name before we use it for an...Greg Clayton1-29/+45
2015-06-25Re-enable 'process save-core' for arm64 targets.Jason Molenda1-5/+1
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-12/+12
2015-06-08If we have a MachO file loaded from memory, make sure we can always get the s...Greg Clayton1-53/+84
2015-06-02Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton1-7/+62
2015-04-02Handle LC_ENCRYPTION_64 in addition to LC_ENCRYPTION load commands inJason Molenda1-1/+3
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov1-1/+2
2015-03-03Further reduce the header footprint of Process.hZachary Turner1-0/+1