Rifet-c wrote: > > Though, it improves standard architectures as well, for example it led to > > the following change: > > I was expecting to see a `+1` or `+2` somewhere in the code, to maintain some > border on the left hand side. Maybe you don't need it because some other code > applies an indent (the stream perhaps?).
Yep, it is done by `strm.IndentMore();` line before we iterate through register set https://github.com/llvm/llvm-project/pull/188049 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
