aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/JITLoader/GDB
AgeCommit message (Expand)AuthorFilesLines
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-1/+1
2024-01-04Wrap local type declarations in anonymous namespace to fix modules build.Adrian Prantl1-1/+1
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-4/+4
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-1/+1
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-3/+4
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-2/+1
2022-11-27[lldb][JITLoaderGDB] Resolve __jit_debug_register_code as eSymbolTypeCodeStefan Gränitz1-1/+1
2022-10-13[lldb] Place PlatformQemu Properties into anonymous namespacePavel Labath1-5/+3
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-3/+3
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath2-12/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-5/+3
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath1-7/+5
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-01-07[lldb] Make DoReadMemory a protected method.Jonas Devlieghere1-2/+2
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath1-3/+3
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-2/+2
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere1-6/+18
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2-19/+14
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht3-6/+6
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere1-4/+2
2019-07-25Let tablegen generate property definitionsJonas Devlieghere3-6/+28
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-26/+20
2019-05-14typedef enum -> enumFangrui Song1-5/+1
2019-05-09[JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptorsStefan Granitz1-0/+4
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere2-12/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl2-2/+2
2019-03-05Adds property to force enabling of GDB JIT loader for MacOSYury Delendik1-12/+37
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-2/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-11-11Remove header grouping comments.Jonas Devlieghere2-5/+0
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+1
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha1-2/+1
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-3/+3
2018-05-22Normalize some lldb #include statements.James Y Knight1-2/+0
2017-05-12Rename Error -> Status.Zachary Turner1-2/+2
2017-04-06iwyu fixes for lldbCore.Zachary Turner1-0/+2
2017-03-04Move DataBuffer / DataExtractor and friends 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] [1/4] Update a batch of pluginsChris Bieneman1-1/+11
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-483/+377
2016-03-23[JITLoaderGDB] Read jit entry struct manually.Siva Chandra2-51/+63