mirror of https://github.com/golang/go.git
doc: document SetUnhandledExceptionFilter interop
For #50951. For #61422. Change-Id: Ib9038a00de8f4d8606443e9acd414402023cde63 Reviewed-on: https://go-review.googlesource.com/c/go/+/548319 Reviewed-by: Alex Brainman <alex.brainman@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
4daf924f63
commit
962dade46b
|
|
@ -203,6 +203,13 @@ defer func() {
|
|||
workaround will be removed in a future release.
|
||||
</p>
|
||||
|
||||
<p><!-- CL 525475 -->
|
||||
On the <code>windows/amd64 port</code>, programs linking or loading Go libraries built with
|
||||
<code>-buildmode=c-archive</code> or <code>-buildmode=c-shared</code> can now use
|
||||
the <code>SetUnhandledExceptionFilter</code> Win32 function to catch exceptions not handled
|
||||
by the Go runtime. Note that this was already supported on the <code>windows/386</code> port.
|
||||
</p>
|
||||
|
||||
<h2 id="compiler">Compiler</h2>
|
||||
|
||||
<p><!-- https://go.dev/issue/61577 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue