summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
AgeCommit message (Expand)Author
2025-08-19Revert "[lldb] Fix error : unknown error while starting lldb's C/C++ repl (#1...Shubham Sandeep Rastogi
2025-08-19[lldb] Fix error : unknown error while starting lldb's C/C++ repl (#153560)Anutosh Bhat
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-07-16[lldb] Print children-count warning for dwim-print and expr (#149088)Michael Buch
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2025-02-14[lldb] Use async output & error stream for EvaluateExpressionJonas Devlieghere
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-10-13[lldb] Fix `po` alias by printing fix-its to the console. (#68755)Pete Lawrence
2023-10-10Revert "[lldb] Fix `po` alias by printing fix-its to the console. (#68452)"Adrian Prantl
2023-10-10[lldb] Fix `po` alias by printing fix-its to the console. (#68452)Pete Lawrence
2023-05-18[lldb] Delay removal of persistent resultsDave Lee
2023-03-24[lldb] Add ability to hide the root name of a valueDave Lee
2023-03-21Recommit [lldb] Change dwim-print to default to disabled persistent resultsDave Lee
2023-03-15Revert "[lldb] Change dwim-print to default to disabled persistent results"Dave Lee
2023-03-15[lldb] Change dwim-print to default to disabled persistent resultsDave Lee
2023-02-17[lldb] Make persisting result variables configurableDave Lee
2023-02-17[lldb] Add expression command options in dwim-printDave Lee
2023-02-16[lldb] Suppress persistent result when running poDave Lee
2023-01-18[lldb][Language] List supported languages in expr error textMichael Buch
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl
2022-10-17Revert "Make sure Target::EvaluateExpression() passes up an error instead of ...Adrian Prantl
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-07-24[lldb] Remove redundant member initialization (NFC)Kazu Hirata
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-16[lldb] Remove commented-out code in CommandObjectExpression (NFC)Jonas Devlieghere
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2021-09-23[lldb] Show fix-it applied even if expression didn't evaluate succesfullyAugusto Noronha
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-04-22[lldb] Fix that the expression commands --top-level flag overwrites --allow-j...Raphael Isemann
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha