summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
Commit message (Expand)AuthorAgeFilesLines
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-231-17/+31
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+7
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-181-0/+2
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-031-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-8/+8
* Move RangeMap.h into UtilityPavel Labath2019-03-061-1/+1
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-5/+5
* Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton2018-12-211-0/+3
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-271-1/+1
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-4/+3
* The on-ios-device command line lldb has an optimization whereJason Molenda2018-05-041-2/+2
* ObjectFileMachO: split CreateSections mega-function into more manageable chunksPavel Labath2018-03-061-0/+12
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Use two LC_NOTE load commands for identifying the main binary thatJason Molenda2017-04-121-0/+3
* Some old mach-o core files have an LC_IDENT load command Jason Molenda2017-04-061-0/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-223/+173
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+0
* Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2016-05-041-0/+4
* Add support for tvos and watchos to ObjectFileMachO.Jason Molenda2015-11-101-0/+3
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-78/+79
* Make sure we detect symbols in the new __DATA_DIRTY and __DATA_CONST segments...Greg Clayton2015-07-271-0/+2
* If we have a MachO file loaded from memory, make sure we can always get the s...Greg Clayton2015-06-081-0/+8
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-1/+4
* Added the ability to save core files:Greg Clayton2014-06-131-0/+5
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-0/+6
* ReExported symbols can point to a library that doesn't actuallyJim Ingham2014-05-211-0/+7
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* Verify we have a correct ELF or Mach core file before we return a valid insta...Greg Clayton2014-03-071-3/+2
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+3
* Implement ObjectFileMachO::SetLoadAddress().Greg Clayton2014-02-061-0/+3
* Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton2013-10-241-0/+8
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-7/+7
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-1/+21
* The dyld_all_image_infos structure, at version 13 and higher, hasJason Molenda2013-04-161-0/+17
* <rdar://problem/13338643>Greg Clayton2013-03-041-3/+1
* <rdar://problem/13159777> Greg Clayton2013-02-061-8/+10
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-131-1/+1
* <rdar://problem/11034170> Greg Clayton2012-03-131-1/+0
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+4
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-0/+3
OpenPOWER on IntegriCloud