summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
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-02-18[lldb/Plugin] Reject WASM and Hexagon in DynamicLoaderStaticJonas 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-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
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
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-06Disable JITed code in any processes that use DynamicLoaderStatic.Greg Clayton
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-05Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.Greg Clayton