We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc0036 commit 2e450c4Copy full SHA for 2e450c4
llvm/docs/ReleaseNotes.md
@@ -176,7 +176,7 @@ Changes to LLDB
176
debugging Wasm with supported runtimes (WAMR and V8).
177
* LLDB no longer stops processes by default when receiving SIGWINCH signals
178
(window resize events) on Linux. This is the default on other Unix platforms.
179
- You can re-enable it using `process handle --notify=false --stop=false SIGWINCH`.
+ You can re-enable it using `process handle --notify=true --stop=true SIGWINCH`.
180
* The `show-progress` setting, which became a NOOP with the introduction of the
181
statusline, now defaults to off and controls using OSC escape codes to show a
182
native progress bar in supporting terminals like Ghostty and ConEmu.
0 commit comments