diff options
author | Ebuka Ezike <yerimyah1@gmail.com> | 2025-10-15 17:19:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-15 17:19:51 +0100 |
commit | 097f1e7625966673b881df63a241f755317b0bb9 (patch) | |
tree | 4d10e7be0e1b0d925a747a3cf6bb92302fc74855 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | c89d721165da0c50a810c3f72bf000925e756e4b (diff) | |
download | llvm-097f1e7625966673b881df63a241f755317b0bb9.zip llvm-097f1e7625966673b881df63a241f755317b0bb9.tar.gz llvm-097f1e7625966673b881df63a241f755317b0bb9.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions