aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/JIT
AgeCommit message (Expand)AuthorFilesLines
2023-03-31[lldb] Move ObjectFileJIT to lldbExpressionAlex Langford3-353/+0
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere2-2/+2
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere2-4/+4
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton2-18/+5
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton2-5/+18
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton2-18/+5
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton1-0/+1
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath2-14/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-2/+2
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath1-1/+2
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-17[lldb/Plugins] Add missing initialize/terminate callsJonas Devlieghere1-0/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-2/+0
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-0/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-2/+0
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2-0/+9
2019-07-01Remove null checks of results of new expressionsPavel Labath1-8/+6
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-6/+6
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-10/+0
2019-03-06Move RangeMap.h into UtilityPavel Labath1-1/+1
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-12/+12
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-3/+3
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath2-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath2-8/+6
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2-2/+2
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-11-02Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano1-0/+1
2018-11-02[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov1-1/+0
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-7/+6
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-2/+1
2017-10-02Improve FreeBSD kernel debuggingEd Maste2-8/+8
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-3/+3
2017-03-04Move UUID from Core -> Utility.Zachary Turner1-1/+1
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-01-31[CMake] [2/4] Update a batch of pluginsChris Bieneman1-1/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-379/+251
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-1/+1
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+2
2016-01-28Remove autoconf support from source directories.Eugene Zelenko1-14/+0
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko1-55/+59