summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.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
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-44/+32
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-23/+19
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-0/+1
* Don’t include “llvm/Support/MachO.h” as it isn’t needed here.Greg Clayton2014-04-021-2/+0
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-9/+0
* Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.Greg Clayton2011-03-051-0/+100
OpenPOWER on IntegriCloud