summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/ExpressionVariable.cpp
AgeCommit message (Expand)Author
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2023-05-26[LLDB] Explicitly declare constructor in `PersistentExpressionState`Laszlo Kindrat
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2023-03-30[lldb][NFC] Move various constructor definitions from .h to .cppRiver Riddle
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-07-27Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-07-25Temporarily Revert "Unify the return value of GetByteSize to an llvm::Optiona...Eric Christopher
2020-07-25Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-03-23Internal expressions shouldn't increment the result variable numbering.Jim Ingham
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-27Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl
2019-08-05[lldb] Move redundant persistent variable counter to ClangPersistentVariablesRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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-04-30Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-21Collect IRExecutionUnits as part of persistent expression state.Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan