[Lldb-commits] [PATCH] D153489: [lldb] Print hint if object description is requested but not implemented

Augusto Noronha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 21 18:16:44 PDT 2023


augusto2112 added a comment.
Herald added subscribers: Michael137, JDevlieghere.

@kastiglione 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).


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