summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-0/+10
* <rdar://problem/10560053>Greg Clayton2012-02-051-2/+21
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-1/+3
* Added the ability to get an abstract file type (executable, object file, Greg Clayton2011-07-091-0/+6
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+3
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-9/+0
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-071-1/+4
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-0/+3
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-5/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+131
OpenPOWER on IntegriCloud