summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/UtilityFunction.cpp
AgeCommit message (Expand)Author
2024-09-27[lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-05-26[lldb] Improve error message when evaluating expression when not stoppedJonas Devlieghere
2022-11-09Don't try to create Expressions when the process is running.Jim Ingham
2021-08-03[lldb] Get rid of HAVE_SYS_TYPES_HNico Weber
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere
2020-10-22[lldb] Fix missing initialization in UtilityFunction ctor (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-12[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann
2019-08-07Detect HAVE_SYS_TYPES_H in lldbHaibo Huang
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-13Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-03-06Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-26UtilityFunction::MakeFunctionCaller uses the Error to report failure,Jim Ingham
2016-03-21Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2015-10-07Reduce header inclusion in Expression.Bruce Mitchener
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham