[Lldb-commits] [PATCH] D148790: [LLDB] Don't print register fields when asked for a specific format

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 20 16:33:22 PDT 2023


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

This seems fine to me; it's nice to have a way to quiet these when they get in the way, even if it's maybe not the first thing you'd look for, it's an uncommon enough use case that I'm not worried about that.



================
Comment at: lldb/source/Commands/CommandObjectRegister.cpp:50
+                           "Specify a format to be used for display. If this "
+                           "is set, register fields will not be dispayed."}}) {
     CommandArgumentEntry arg;
----------------
displayed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148790



More information about the lldb-commits mailing list