[all-commits] [llvm/llvm-project] 097f1e: [lldb] Do not stop the process on SIGWINCH by defa...

Ebuka Ezike via All-commits all-commits at lists.llvm.org
Wed Oct 15 09:20:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 097f1e7625966673b881df63a241f755317b0bb9
      https://github.com/llvm/llvm-project/commit/097f1e7625966673b881df63a241f755317b0bb9
  Author: Ebuka Ezike <yerimyah1 at gmail.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
    M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
    M llvm/docs/ReleaseNotes.md

  Log Message:
  -----------
  [lldb] Do not stop the process on SIGWINCH by default. (#163182)

SIGWINCH is sent when the terminal window size changes.. Most people
debugging do not want the process on this signal.

When using lldb-dap, the user may be using an integrated terminal and
may resize the pane/window mulitple times when debugging. this causes
the signal to be sent multiple times. It gets in the way.

The process ignores this signal by default



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