summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* 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-80/+61
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-27/+28
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-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-0/+14
* <rdar://problem/13159777> Greg Clayton2013-02-061-6/+8
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+2
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-1/+1
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-10/+0
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-6/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+103
OpenPOWER on IntegriCloud