summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-9/+9
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-136/+94
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Disable JITed code in any processes that use DynamicLoaderStatic.Greg Clayton2013-03-061-0/+3
* <rdar://problem/12586350>Enrico Granata2012-11-081-3/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* <rdar://problem/11357711>Greg Clayton2012-07-071-3/+3
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-1/+3
* Improved detection of object file types, movingSean Callanan2012-02-101-0/+13
* Updated to LLVM/Clang revision 127600.Sean Callanan2011-03-151-2/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-20/+0
* Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.Greg Clayton2011-03-051-0/+216
OpenPOWER on IntegriCloud