alvinhochun added inline comments.
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:1550
+} else {
+ strm.IndentMore();
+ strm.Indent("Value: ");
This `IndentMore` added is missing a matching `IndentLess` call.
alvinhochun created this revision.
alvinhochun added a reviewer: labath.
Herald added a project: All.
alvinhochun requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This adds a line break between each result address in the output of the
lldb c
mstorsjo added a comment.
FYI, this change caused a strange regression for reading PDB files in i386
mode, when LLDB is built in mingw mode (not when it is built in MSVC mode), see
https://github.com/llvm/llvm-project/issues/57799 for details.
Repository:
rG LLVM Github Monorepo
CHANGES SIN
tschuett added a comment.
Sorry. I hoped that variant would make your life easier.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134041/new/
https://reviews.llvm.org/D134041
___
lldb-commits mailing list