summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-20Get ObjectFileMachO to handle @executable_pathJim Ingham
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-24Delete DataBufferMemoryMap.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-07[lldb] Fix -Waggressive-loop-optimizations warningVedant Kumar
2016-10-31Improve ".." handling in FileSpec normalizationPavel Labath
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-25If the user has specified target.memory-module-load-level 'minimal'Jason Molenda
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-29Move the code which knows how to get information about the sharedJason Molenda
2016-07-22Add support to get the shared cache information from the newJason Molenda
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton
2016-05-26Small further refinement to the check in ObjectFileMachO::ParseSymtabJason Molenda
2016-05-24Ach, editing too many files at once. Make this file compile again.Jason Molenda
2016-05-24In r268475 I made a change to ObjectFileMachO so that if it isJason Molenda
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-05-04Add a way for an ObjectFile to indicate that assembly emulationJason Molenda
2016-03-01Update the on-device arm specific code to match the API changesJason Molenda
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2016-02-25Add support for handling absolute symbols in ELFTamas Berghammer
2016-02-18Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2016-02-10Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer
2016-02-10Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer
2016-02-02Revert "[NFC] Cleanup RangeMap.h"Todd Fiala
2016-02-02[NFC] Cleanup RangeMap.hTamas Berghammer
2016-01-21When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda
2016-01-20Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra
2015-11-10Add support for tvos and watchos to ObjectFileMachO.Jason Molenda
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-10-28Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton
2015-10-28Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.Greg Clayton
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown
2015-08-25Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda
2015-07-27Make sure we detect symbols in the new __DATA_DIRTY and __DATA_CONST segments...Greg Clayton