summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+2
* make err msg in MachSymtabSectionInfo::GetSection clear about the fileJason Molenda2019-12-181-2/+8
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-181-4/+5
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+1
* [ObjectFileMachO] Fix the build for __arm64__.Davide Italiano2019-11-121-2/+1
* Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar2019-10-251-2/+5
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+3
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+4
* ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)Adrian Prantl2019-10-081-18/+10
* Replace static const StringRef with StringRef (NFC)Adrian Prantl2019-10-081-11/+11
* Remove constructor and unused method (NFC).Adrian Prantl2019-10-081-15/+3
* [MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere2019-10-081-23/+55
* [MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere2019-10-071-5/+4
* [MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere2019-10-041-176/+177
* [MachO] Move nlist parsing into helper function (NFC)Jonas Devlieghere2019-10-041-21/+14
* [MachO] Add early returns to save some indentation.Jonas Devlieghere2019-10-041-2828/+2776
* [MachO] Reformat before making changes to this file (NFC)Jonas Devlieghere2019-10-041-200/+206
* [ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.Davide Italiano2019-10-021-1/+1
* [ObjectFileMachO] Catch up with FileDesc changes.Davide Italiano2019-10-021-3/+3
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-10/+11
* [lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann2019-09-041-95/+95
* [lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann2019-09-041-198/+119
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-232-144/+225
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-312-0/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+12
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-182-1/+20
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-032-40/+14
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-281-0/+2
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-149/+149
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-22/+0
* [ObjectFileMachO] Remove another debugging aid.Davide Italiano2019-03-281-7/+0
* [ObjectFileMachO] Disable memory caching for savecore.Davide Italiano2019-03-281-13/+6
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-22/+22
* Move RangeMap.h into UtilityPavel Labath2019-03-062-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-19/+19
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-121-8/+14
* [ObjectFileMachO] Revert std::make_sharedJonas Devlieghere2019-02-111-14/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-8/+14
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-112-20/+15
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-061-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-032-27/+25
* Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton2018-12-212-51/+48
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-47/+45
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-112-3/+3
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-0/+4
OpenPOWER on IntegriCloud