Skip to content

Commit 2e450c4

Browse files
committed
update release notes
1 parent 7dc0036 commit 2e450c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Changes to LLDB
176176
debugging Wasm with supported runtimes (WAMR and V8).
177177
* LLDB no longer stops processes by default when receiving SIGWINCH signals
178178
(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`.
179+
You can re-enable it using `process handle --notify=true --stop=true SIGWINCH`.
180180
* The `show-progress` setting, which became a NOOP with the introduction of the
181181
statusline, now defaults to off and controls using OSC escape codes to show a
182182
native progress bar in supporting terminals like Ghostty and ConEmu.

0 commit comments

Comments
 (0)