jasonmolenda accepted this revision. jasonmolenda added a comment. This revision is now accepted and ready to land.
LGTM. ================ Comment at: lldb/include/lldb/Target/RegisterFlags.h:96 + /// Produce a text table showing the layout of all the fields. Unamed/padding + /// fields will be included, with only their positions shown. ---------------- "Unnamed" ================ Comment at: lldb/source/Target/RegisterFlags.cpp:149 + // column, just let it overflow and we'll wrap next time around. There's not + // mich we can do with a very small terminal. + if (current_width && ((current_width + column_width + 1) >= max_width)) { ---------------- "much" Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152917/new/ https://reviews.llvm.org/D152917 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits