[all-commits] [llvm/llvm-project] 09488b: [lldb] Disable statusline on Windows (#138111)

David Spickett via All-commits all-commits at lists.llvm.org
Thu May 1 08:41:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09488bcfba77d1a16b0b83c2d6b1135e5e7d5302
      https://github.com/llvm/llvm-project/commit/09488bcfba77d1a16b0b83c2d6b1135e5e7d5302
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M llvm/docs/ReleaseNotes.md

  Log Message:
  -----------
  [lldb] Disable statusline on Windows (#138111)

Something to do with control code handling in Windows terminals breaks
the statusline in various ways. It makes LLDB unusable and even if you
set the setting to disable statusline, it's too late, and the terminal
session is now in a weird state.

See https://github.com/llvm/llvm-project/issues/134846 for more details.

Until we figure this out, don't allow it to be used on Windows.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list