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