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