summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectDWIMPrint.cpp
AgeCommit message (Expand)Author
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-08-15Revert "[lldb] Fallback to expression eval when Dump of variable fails in dwi...Dave Lee
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-07-31[lldb] Fallback to expression eval when Dump of variable fails in dwim-print ...Dave Lee
2025-07-16[lldb] Print children-count warning for dwim-print and expr (#149088)Michael Buch
2025-03-15[lldb] Update dwim-print to show expanded objc instances (#117500)Dave Lee
2025-03-07[lldb] Avoid unnecessary regex check in dwim-print (#114608)Dave Lee
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2024-12-02[lldb] Update dwim-print to support limited variable expression paths (#117452)Dave Lee
2024-11-02[lldb] Highlight "note:" in CommandReturnObject (#114610)Jonas Devlieghere
2024-11-01[lldb] Improve command status when dwim-print has no result (#114478)Dave Lee
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas 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-06-20[DWIMPrint] Move the setting of the result status into dump_val_object (#96232)Adrian Prantl
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-04-29Improve commentAdrian Prantl
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2024-03-18[lldb][nfc] Factor out repeated code in DWIM Print (#85669)Felipe de Azevedo Piovezan
2024-03-15[lldb] Fix dwim-print to not delete non-result persistent variables (#85152)Dave Lee
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)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-08-02[lldb] Print hint if object description is requested but not implementedAugusto Noronha
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-30[lldb] Prevent dwim-print from showing kNoResult errorDave Lee
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-22[lldb] Fix dwim-print error message for missing exprDave 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-03-08[lldb] Only replace valobj with persisted one if not null in DWIMPrintAugusto Noronha
2023-03-06[lldb] Add variable completion to dwim-printDave 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-08[lldb] Add --gdb-format flag to dwim-printDave Lee
2022-12-01[lldb] Enable use of dummy target from dwim-printDave Lee
2022-11-29[lldb] Introduce dwim-print commandDave Lee