aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI
AgeCommit message (Expand)AuthorFilesLines
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath1-36/+31
2025-05-07[lldb] Fix dynamic type resolutions for core files (#138698)Pavel Labath1-1/+1
2025-02-06[lldb] Make ValueObjectDynamicValue::UpdateValue() point to a host b… (#12...Augusto Noronha2-3/+3
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere2-2/+3
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath1-0/+1
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-13/+1
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-12/+18
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-1/+1
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-1/+1
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-1/+1
2023-11-03Strip authentication bits from vtable load address (#71128)Jason Molenda1-2/+5
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton2-156/+258
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-2/+1
2023-04-10[lldb][NFC] Update syntax description for language cplusplus demangleAlex Langford1-3/+3
2023-03-10Don't produce a dynamic value if there was an error creating it.Jim Ingham1-1/+5
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl1-3/+3
2022-08-25[lldb] Add more dylib paths for exception breakpointsFelipe de Azevedo Piovezan1-0/+2
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-2/+1
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath2-9/+2
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl1-1/+1
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann1-1/+1
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha2-9/+9
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere1-1/+1
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-1/+1
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-1/+1
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-1/+1
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-1/+1
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-31[lldb] Move clang-based files out of SymbolAlex Langford2-1/+2
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford1-5/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-2/+1
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann1-6/+6
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford1-1/+4
2019-11-01Don't assume that __cxa_current_exception_type exists.Jim Ingham1-0/+3
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl1-1/+1
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl1-17/+13
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-4/+4
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-35/+32
2019-07-18[FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere1-2/+2
2019-07-12[LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2-1/+3
2019-07-05[CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2-10/+0
2019-06-11[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford1-4/+2
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford2-3/+14