[Lldb-commits] [PATCH] D153489: [lldb] Print hint if object description is requested but not implemented
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 28 10:30:22 PDT 2023
kastiglione added a comment.
> I wonder if we should hint in all 3 command objects (expr, frame var and DWIM) or if we should limit this to DWIM instead (since DWIM is the one aliased to p and po and I don't think vo or expr -O are often used unintentionally).
I missed this comment. My instinct is to have only dwim-print produce the hint. It feels more in scope for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153489/new/
https://reviews.llvm.org/D153489
More information about the lldb-commits
mailing list