aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-136/+94
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-2/+2
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-1/+1
2013-05-10<rdar://problem/13854277>Greg Clayton1-9/+4
2013-03-06Disable JITed code in any processes that use DynamicLoaderStatic.Greg Clayton1-0/+3
2012-11-08<rdar://problem/12586350>Enrico Granata1-3/+2
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+2
2012-07-07<rdar://problem/11357711>Greg Clayton1-3/+3
2012-05-30We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham1-1/+3
2012-02-10Improved detection of object file types, movingSean Callanan1-0/+13
2011-03-15Updated to LLVM/Clang revision 127600.Sean Callanan1-2/+1
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton1-20/+0
2011-03-05Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.Greg Clayton1-0/+216