Skip to content

Commit b2c5423

Browse files
qmuntalezz-no
authored andcommitted
doc: document SetUnhandledExceptionFilter interop
For golang#50951. For golang#61422. Change-Id: Ib9038a00de8f4d8606443e9acd414402023cde63 Reviewed-on: https://go-review.googlesource.com/c/go/+/548319 Reviewed-by: Alex Brainman <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent 8303010 commit b2c5423

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/go1.22.html

+7
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ <h2 id="runtime">Runtime</h2>
203203
workaround will be removed in a future release.
204204
</p>
205205

206+
<p><!-- CL 525475 -->
207+
On the <code>windows/amd64 port</code>, programs linking or loading Go libraries built with
208+
<code>-buildmode=c-archive</code> or <code>-buildmode=c-shared</code> can now use
209+
the <code>SetUnhandledExceptionFilter</code> Win32 function to catch exceptions not handled
210+
by the Go runtime. Note that this was already supported on the <code>windows/386</code> port.
211+
</p>
212+
206213
<h2 id="compiler">Compiler</h2>
207214

208215
<p><!-- https://go.dev/issue/61577 -->

0 commit comments

Comments
 (0)