summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/FunctionCaller.cpp
AgeCommit message (Expand)Author
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata
2025-05-19[lldb] Use llvm::is_contained (NFC) (#140466)Kazu Hirata
2024-12-13[lldb] Add a progress event for executing an expression (#119757)Adrian Prantl
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
2022-11-09Don't try to create Expressions when the process is running.Jim Ingham
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
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-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-05-21Handle the case where a thread exits while we are running a function on it.Jim Ingham
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-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-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-03-13Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl
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-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-28Add a way to load an image using a library name and list of paths.Jim Ingham
2018-05-31Set m_struct_valid to initial value in ctor. Jason Molenda
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-12Make DiagnosticsManager functions take StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
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-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham