Commit 6496939
committed
[lldb] do not stop the process on SIGWINCH by default.
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 default1 parent 6333e05 commit 6496939
File tree
2 files changed
+2
-2
lines changed- lldb/source/Plugins/Process/Utility
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments