summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Language.cpp
AgeCommit message (Expand)Author
2025-10-09[lldb][Language] Make SourceLanguage::GetDescription for language version (#1...Michael Buch
2025-10-08[lldb] Fix off-by-one error in ToDwarfSourceLanguage (#162315)Joshua Peterson
2025-10-03[lldb][Language] Add Language::GetDisplayNameForLanguageType API (#161803)Michael Buch
2025-10-03[lldb][Language] Simplify SourceLanguage::GetDescription (#161804)Michael Buch
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch
2025-07-22[lldb] Fix UB cast when encountering DW_LANG_* >= eNumLanguageTypes (#150132)Daniel Sanders
2025-04-13[lldb][Language] Change GetFunctionDisplayName to take SymbolContext by refer...Michael Buch
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-09-11[LLDB][NFC] Add the mojo language to Language::GetPrimaryLanguagewalter erquinigo
2023-06-26[LLDB] Fix 582582fb474b8cd4103e65c3e5a705b3aff61794walter erquinigo
2023-06-26[LLDB] Add DWARF definitions for the new Mojo languagewalter erquinigo
2023-05-30[lldb][NFCI] Refactor Language::GetFormatterPrefixSuffixAlex Langford
2023-05-05[LLDB] Add minimal support for the new Mojo languagewalter erquinigo
2023-04-14[lldb] Allow evaluating expressions in C++20 modeMichael Buch
2023-04-14[lldb][Language] Add more language typesMichael Buch
2023-02-17Remove Renderscript LLDBYi Kong
2023-01-18[lldb][Language] List supported languages in expr error textMichael Buch
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2021-08-31[lldb] Tighten lock in Language::ForEachAlex Langford
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-05-12Rename human-readable name for DW_LANG_Mips_AssemblerAdrian Prantl
2020-05-04[lldb/DataFormatters] Delete GetStringPrinterEscapingHelperVedant Kumar
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-11Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-05-29[Target] Introduce Process::GetLanguageRuntimesAlex Langford
2019-05-16Factor out switch statement into a helper function (NFC)Adrian Prantl
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-01Implement a general type scavenger that can dig types from debug info + a fil...Enrico Granata
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-17Convert many functions to use StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-24Make it possible for language plugins to provide additional custom help for '...Enrico Granata
2016-02-12Objective-C++ is a kind of C++.Sean Callanan