aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-03-31[lldb] Move ObjectFileJIT to lldbExpressionAlex Langford1-235/+0
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere1-1/+1
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere1-2/+2
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton1-17/+4
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton1-4/+17
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton1-17/+4
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 Labath1-9/+0
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-5/+0
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+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/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 Labath1-0/+2
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 Devlieghere1-2/+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 Labath1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath1-7/+5
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath1-1/+1
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 Maste1-4/+4
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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-262/+167
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
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2014-07-02Start converting usages of off_t to other types.Zachary Turner1-3/+4
2014-04-21Remove useless declarationSylvestre Ledru1-2/+0
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-4/+4
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+1