[Lldb-commits] [lldb] [lldb] Implement a statusline in LLDB (PR #121860)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 7 06:02:04 PST 2025
================
@@ -765,6 +765,8 @@ def setUpCommands(cls):
# Disable fix-its by default so that incorrect expressions in tests don't
# pass just because Clang thinks it has a fix-it.
"settings set target.auto-apply-fixits false",
+ # Disable the statusline in PExpect tests.
+ "settings set show-statusline false",
----------------
DavidSpickett wrote:
Isn't this disabling the statusline in all tests not just PExpect?
https://github.com/llvm/llvm-project/pull/121860
More information about the lldb-commits
mailing list