summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
Commit message (Expand)AuthorAgeFilesLines
* 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