summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
AgeCommit message (Expand)Author
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere
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-10[lldb][libc++] Hide all libc++ implementation details from stacktraces (#108870)Adrian Vogelsgesang
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
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-14[LLDB] Display artificial __promise and __coro_frame variables. (#71928)Haojian Wu
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-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
2022-02-16[LLDB] Replace use of double underscore in identifiersShafik Yaghmour
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-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-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-09-24[LLDB] Add a defensive check for member__f_shafik
2020-06-19As part of using inclusive language with the llvm project,Eric Christopher
2020-01-31[lldb] Remove unused CPPLanguageRuntime dependencyAlex Langford
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-11-26[lldb] remove a superfluous semicolonPavel Labath
2019-11-12[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik
2019-11-06[LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-07-12[LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford