summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus
AgeCommit message (Expand)Author
2025-11-04[Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (#16...Dan Liew
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-07[lldb] Fix dynamic type resolutions for core files (#138698)Pavel Labath
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere
2025-02-06[lldb] Make ValueObjectDynamicValue::UpdateValue() point to a host b… (#12...Augusto Noronha
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-10-10[lldb][libc++] Hide all libc++ implementation details from stacktraces (#108870)Adrian Vogelsgesang
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang
2024-08-26[lldb] Support non-default libc++ ABI namespacePetr Hosek
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-14[LLDB] Display artificial __promise and __coro_frame variables. (#71928)Haojian Wu
2023-11-03Strip authentication bits from vtable load address (#71128)Jason Molenda
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee
2023-04-10[lldb][NFC] Update syntax description for language cplusplus demangleAlex Langford
2023-03-10Don't produce a dynamic value if there was an error creating it.Jim Ingham
2023-03-07Revert "[lldb] Ignore libcxx std::ranges global variables in frame var"Michael Buch
2023-03-07Revert "[lldb] Build fix: variable name typo"Michael Buch
2023-03-03[lldb] Build fix: variable name typoMichael Buch
2023-03-03[lldb] Ignore libcxx std::ranges global variables in frame varMichael Buch
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-08-25[lldb] Add more dylib paths for exception breakpointsFelipe de Azevedo Piovezan
2022-02-16[LLDB] Replace use of double underscore in identifiersShafik Yaghmour
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-14[LLLDB] Adding additional check LibCppStdFunctionCallableInfo based on crash ...Shafik Yaghmour
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2021-02-11[lldb] Add step target to ThreadPlanStepInRange constructorDave Lee
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath