aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
AgeCommit message (Expand)AuthorFilesLines
11 days[lldb] Print children-count warning for dwim-print and expr (#149088)Michael Buch1-0/+3
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-4/+5
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere1-0/+2
2025-02-14[lldb] Use async output & error stream for EvaluateExpressionJonas Devlieghere1-9/+7
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl1-29/+13
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl1-3/+2
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl1-3/+3
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-13/+28
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-143/+11
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-11/+143
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-13/+13
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-2/+2
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-1/+5
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-13/+1
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-8/+7
2023-10-13[lldb] Fix `po` alias by printing fix-its to the console. (#68755)Pete Lawrence1-4/+4
2023-10-10Revert "[lldb] Fix `po` alias by printing fix-its to the console. (#68452)"Adrian Prantl1-4/+4
2023-10-10[lldb] Fix `po` alias by printing fix-its to the console. (#68452)Pete Lawrence1-4/+4
2023-05-18[lldb] Delay removal of persistent resultsDave Lee1-9/+30
2023-03-24[lldb] Add ability to hide the root name of a valueDave Lee1-1/+1
2023-03-21Recommit [lldb] Change dwim-print to default to disabled persistent resultsDave Lee1-4/+5
2023-03-15Revert "[lldb] Change dwim-print to default to disabled persistent results"Dave Lee1-5/+4
2023-03-15[lldb] Change dwim-print to default to disabled persistent resultsDave Lee1-4/+5
2023-02-17[lldb] Make persisting result variables configurableDave Lee1-3/+22
2023-02-17[lldb] Add expression command options in dwim-printDave Lee1-45/+44
2023-02-16[lldb] Suppress persistent result when running poDave Lee1-0/+4
2023-01-18[lldb][Language] List supported languages in expr error textMichael Buch1-4/+9
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl1-0/+2
2022-10-17Revert "Make sure Target::EvaluateExpression() passes up an error instead of ...Adrian Prantl1-2/+0
2022-10-17Make sure Target::EvaluateExpression() passes up an error instead of silently...Adrian Prantl1-0/+2
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-1/+1
2022-07-24[lldb] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-17/+1
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-1/+1
2022-03-16[lldb] Remove commented-out code in CommandObjectExpression (NFC)Jonas Devlieghere1-3/+0
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-3/+3
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton1-5/+0
2021-09-23[lldb] Show fix-it applied even if expression didn't evaluate succesfullyAugusto Noronha1-3/+2
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-2/+0
2021-04-22[lldb] Fix that the expression commands --top-level flag overwrites --allow-j...Raphael Isemann1-0/+7
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha1-10/+4
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath1-4/+10
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha1-10/+4
2020-11-09[lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC)Jonas Devlieghere1-14/+8
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere1-1/+2
2020-04-06[lldb] Add option to retry Fix-Its multiple times to failed expressionsRaphael Isemann1-0/+1