[Lldb-commits] [PATCH] D145609: [lldb] Change dwim-print to default to disabled persistent results

Jorge Gorbe Moya via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 23 10:01:35 PDT 2023


jgorbe added a comment.

What was the rationale for this change? It changes the output format of a common command (given that `print` is now an alias for `dwim-print`) and it breaks basically anything that examines debugger output.

Also `--persistent-result on` can't be passed to `print`, it only works for me if I run specifically `dwim-print`. Is that intended?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145609/new/

https://reviews.llvm.org/D145609



More information about the lldb-commits mailing list