[Lldb-commits] [lldb] [lldb] Rework how we pass the execution context to the statusline (PR #159887)

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 22 14:53:29 PDT 2025


================
@@ -35,9 +35,7 @@ using namespace lldb_private;
 
 Statusline::Statusline(Debugger &debugger)
     : m_debugger(debugger), m_terminal_width(m_debugger.GetTerminalWidth()),
-      m_terminal_height(m_debugger.GetTerminalHeight()) {
-  Enable();
-}
+      m_terminal_height(m_debugger.GetTerminalHeight()) {}
----------------
jimingham wrote:

This seems like an orthogonal change, why is this here?

https://github.com/llvm/llvm-project/pull/159887


More information about the lldb-commits mailing list