aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-0/+4
2019-10-08ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)Adrian Prantl1-18/+10
2019-10-08Replace static const StringRef with StringRef (NFC)Adrian Prantl1-11/+11
2019-10-08Remove constructor and unused method (NFC).Adrian Prantl1-15/+3
2019-10-08[MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere1-23/+55
2019-10-07[MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere1-5/+4
2019-10-04[MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere1-176/+177
2019-10-04[MachO] Move nlist parsing into helper function (NFC)Jonas Devlieghere1-21/+14
2019-10-04[MachO] Add early returns to save some indentation.Jonas Devlieghere1-2828/+2776
2019-10-04[MachO] Reformat before making changes to this file (NFC)Jonas Devlieghere1-200/+206
2019-10-02[ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.Davide Italiano1-1/+1
2019-10-02[ObjectFileMachO] Catch up with FileDesc changes.Davide Italiano1-3/+3
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-10/+11
2019-09-04[lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann1-95/+95
2019-09-04[lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann1-198/+119
2019-08-23Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2-144/+225
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2-0/+9
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-7/+12
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2-1/+20
2019-07-03Refactor ObjectFile::GetSDKVersionRaphael Isemann2-40/+14
2019-06-28Get the expression parser to handle missing weak symbols.Jim Ingham1-0/+2
2019-06-12Recognise debug_types.dwo as a debug info sectionPavel Labath1-0/+1
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere1-1/+1
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-149/+149
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-22/+0
2019-03-28[ObjectFileMachO] Remove another debugging aid.Davide Italiano1-7/+0
2019-03-28[ObjectFileMachO] Disable memory caching for savecore.Davide Italiano1-13/+6
2019-03-06Pass ConstString by value (NFC)Adrian Prantl2-22/+22
2019-03-06Move RangeMap.h into UtilityPavel Labath2-2/+2
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-19/+19
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-2/+2
2019-02-12Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere1-8/+14
2019-02-11[ObjectFileMachO] Revert std::make_sharedJonas Devlieghere1-14/+8
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-8/+14
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath2-20/+15
2019-02-06Fix strlen() of unbound array undefined behaviorJan Kratochvil1-4/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath2-27/+25
2018-12-21Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton2-51/+48
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-47/+45
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2-3/+3
2018-11-14[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar1-0/+4
2018-11-14Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar1-4/+0
2018-11-14[LLDB] - Support the single file split DWARF.George Rimar1-0/+4
2018-11-13Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl1-16/+20
2018-11-11Remove header grouping comments.Jonas Devlieghere2-8/+0
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere1-4/+4
2018-11-02Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano1-0/+11
2018-11-02[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov1-11/+0