summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
AgeCommit message (Expand)Author
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch
2025-08-27[lldb][CPlusPlusLanguage] Expose ManglingSubstitutor as static helpers (#155483)Michael Buch
2025-08-07[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch
2025-08-05[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-04-25[lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (...Michael Buch
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-04-13[lldb][Language] Change GetFunctionDisplayName to take SymbolContext by refer...Michael Buch
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev
2023-10-09[lldb] add stop-at-user-entry option to process launch (#67019)José Lira Junior
2023-05-22[lldb][NFCI] Change return type of Language::GetInstanceVariableNameAlex Langford
2023-03-21[lldb] Refactor deduction of the instance variable's name (NFC)Dave Lee
2022-10-31[lldb][CPlusPlus] Implement CPlusPlusLanguage::GetFunctionDisplayNameMichael Buch
2022-10-31[lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnTypeMichael Buch
2022-10-14[lldb][Breakpoint] Fix setting breakpoints on templates by basenameMichael Buch
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-29[lldb] Remove Expression's dependency on CPlusPlusLanguagePluginAlex Langford
2021-09-16[lldb] Refactor and rename CPlusPlusLanguage::FindAlternateFunctionManglingsAlex Langford
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-08-24Revert "[lldb] Refactor Module::LookupInfo constructor"Alex Langford
2021-08-24[lldb] Refactor Module::LookupInfo constructorAlex Langford
2021-07-29[lldb] Remove CPlusPlusLanguage from MangledAlex Langford
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-06-01[lldb][NFC] Use Language plugins in Mangled::GuessLanguageRaphael Isemann
2020-11-12[lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-11-06[LLDB] Fix handling for the clang name mangling extension for block invocationsshafik
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2017-05-02Remove unused code related to CPlusPlusLanguage::FindEquivalentNamesPavel Labath
2017-04-06New C++ function name parsing logic (Resubmit)Eugene Zemtsov
2017-04-05Reverting r299374 & r299402 due to testsuite failure.Jim Ingham
2017-04-03New C++ function name parsing logicEugene Zemtsov
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-19Expression evaluation for overloaded C functions (redux)Luke Drummond
2016-10-27Add support for "type lookup" to find C and C++ typesEnrico Granata
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko
2015-09-16Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham
2015-08-27Add a new type of plugin: Language pluginEnrico Granata