[all-commits] [llvm/llvm-project] 2841cd: [lldb] Support format string in the prompt (#123430)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jan 21 21:01:23 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2841cdbfda92b3fb5fbec726f3376b198106d496
      https://github.com/llvm/llvm-project/commit/2841cdbfda92b3fb5fbec726f3376b198106d496
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/test/API/terminal/TestEditline.py
    M lldb/unittests/Editline/EditlineTest.cpp
    M lldb/unittests/Utility/AnsiTerminalTest.cpp

  Log Message:
  -----------
  [lldb] Support format string in the prompt (#123430)

Implement ansi::StripAnsiTerminalCodes and fix a long standing bug where
using format strings in lldb's prompt resulted in an incorrect prompt
column width.



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