summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/LLVMUserExpression.cpp
AgeCommit message (Expand)Author
2025-06-27[lldb][NFC] Switch IRMemoryMap::Malloc to return llvm::Expected (#146016)Igor Kudrin
2025-01-16[lldb] Improve user expression diagnostics (#123242)Jonas Devlieghere
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2024-09-05Factor Process::ExecutionResultAsCString() into a global function (NFC)Adrian Prantl
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-08-01[lldb] Use a time-based timeout in IRInterpreterJonas Devlieghere
2023-05-02[lldb] Add settings for expression evaluation memory allocations.Ilya Kuklin
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
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-02-15[lldb] Lower GetRealStopInfo into ThreadPlanCallFunction (NFC)Dave Lee
2020-05-21Handle the case where a thread exits while we are running a function on it.Jim Ingham
2020-01-30[lldb][NFCI] Remove UserExpression::GetJITModuleAlex Langford
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-10-29[lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann
2019-09-09[Expression] Remove unused header from LLVMUserExpressionAlex Langford
2019-08-30[lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-19[NFC] Remove instances of unused ClangASTContext headerAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-13Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl
2019-03-06Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas 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
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-23Fix warnings from clang build on macOS.Bruce Mitchener
2017-03-21Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not Jason Molenda
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make DiagnosticsManager functions take StringRefs.Zachary Turner
2016-11-08Convert some Expression parser functions to StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-29[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan
2016-04-28Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath
2016-04-28Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan
2016-04-12Breakpoint conditions were making result variables, which they should not do. Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2016-03-01Fix bug with function resolution when using IR InterpreterTed Woodward
2015-11-05AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham