aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus
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-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere2-0/+14
2025-02-06[lldb] Make ValueObjectDynamicValue::UpdateValue() point to a host b… (#12...Augusto Noronha2-3/+3
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath1-4/+1
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-10/+8
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere2-2/+3
2024-10-10[lldb][libc++] Hide all libc++ implementation details from stacktraces (#108870)Adrian Vogelsgesang1-21/+28
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath1-0/+1
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-12/+34
2024-08-26[lldb] Support non-default libc++ ABI namespacePetr Hosek1-2/+2
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-1/+43
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-43/+1
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-1/+43
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl2-9/+10
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 Hirata2-6/+6
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-14[LLDB] Display artificial __promise and __coro_frame variables. (#71928)Haojian Wu1-1/+4
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-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee1-3/+2
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee1-3/+2
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-03-07Revert "[lldb] Ignore libcxx std::ranges global variables in frame var"Michael Buch2-14/+0
2023-03-07Revert "[lldb] Build fix: variable name typo"Michael Buch1-1/+1
2023-03-03[lldb] Build fix: variable name typoMichael Buch1-1/+1
2023-03-03[lldb] Ignore libcxx std::ranges global variables in frame varMichael Buch2-0/+14
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-16[LLDB] Replace use of double underscore in identifiersShafik Yaghmour2-21/+21
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-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-04-14[LLLDB] Adding additional check LibCppStdFunctionCallableInfo based on crash ...Shafik Yaghmour1-0/+3
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl1-1/+1
2021-02-11[lldb] Add step target to ThreadPlanStepInRange constructorDave Lee1-2/+2
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-3/+1
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann1-1/+1
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath2-8/+0
2020-09-24[LLDB] Add a defensive check for member__f_shafik1-0/+3
2020-06-19As part of using inclusive language with the llvm project,Eric Christopher2-2/+2