summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb/DWARF] Move location list sections into DWARFContextPavel Labath
2019-12-18make err msg in MachSymtabSectionInfo::GetSection clear about the fileJason Molenda
2019-12-18[lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere
2019-11-26[lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath
2019-11-12[ObjectFileMachO] Fix the build for __arm64__.Davide Italiano
2019-10-25Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-08ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)Adrian Prantl
2019-10-08Replace static const StringRef with StringRef (NFC)Adrian Prantl
2019-10-08Remove constructor and unused method (NFC).Adrian Prantl
2019-10-08[MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere
2019-10-07[MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere
2019-10-04[MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere
2019-10-04[MachO] Move nlist parsing into helper function (NFC)Jonas Devlieghere
2019-10-04[MachO] Add early returns to save some indentation.Jonas Devlieghere
2019-10-04[MachO] Reformat before making changes to this file (NFC)Jonas Devlieghere
2019-10-02[ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.Davide Italiano
2019-10-02[ObjectFileMachO] Catch up with FileDesc changes.Davide Italiano
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-04[lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann
2019-09-04[lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann
2019-08-23Upstream support for macCatalyst Mach-O binaries.Adrian Prantl
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda
2019-07-03Refactor ObjectFile::GetSDKVersionRaphael Isemann
2019-06-28Get the expression parser to handle missing weak symbols.Jim Ingham
2019-06-12Recognise debug_types.dwo as a debug info sectionPavel Labath
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-28[ObjectFileMachO] Remove another debugging aid.Davide Italiano
2019-03-28[ObjectFileMachO] Disable memory caching for savecore.Davide Italiano
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-03-06Move RangeMap.h into UtilityPavel Labath
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-12Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere
2019-02-11[ObjectFileMachO] Revert std::make_sharedJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath
2019-02-06Fix strlen() of unbound array undefined behaviorJan Kratochvil
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-21Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath