summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Static
AgeCommit message (Expand)Author
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-04-03[lldb] Set static Module's load addresses via ObjectFile (#87439)Jason Molenda
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-04-01Handle all standalone combinations of LC_NOTEs w/ & w/o addr & uuidJason Molenda
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-18[lldb/Plugin] Reject WASM and Hexagon in DynamicLoaderStaticJonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Add dependency on DynamicLoaderStatic to Utility.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2017-01-31[CMake] [1/4] Update a batch of pluginsChris Bieneman
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
2014-04-02Don’t include “llvm/Support/MachO.h” as it isn’t needed here.Greg Clayton
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-06Disable JITed code in any processes that use DynamicLoaderStatic.Greg Clayton
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-07<rdar://problem/11357711>Greg Clayton
2012-05-30We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham
2012-02-10Improved detection of object file types, movingSean Callanan
2011-03-15Updated to LLVM/Clang revision 127600.Sean Callanan
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-03-08Add Makefile support for the new DynamicLoaderStatic plugin.Stephen Wilson
2011-03-05Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.Greg Clayton