aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_windows.go
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-06runtime: allow arm64 SEH to be called if illegal instructionJason A. Donenfeld
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-04-09runtime: use sigpanic0 on all OSesAustin Clements
2021-02-25runtime: subtract one from ip when determining abortJason A. Donenfeld
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: clean up windows a bitRuss Cox
2021-02-19runtime: crash earlier on windows for runtime.abortRuss Cox
2021-02-19runtime: factor common code out of defs_windows_*.goRuss Cox
2020-11-27runtime: adjust address calculation in identifying abort on windows/armJason A. Donenfeld
2020-09-18runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall
2020-01-09runtime: overwrite asyncPreempt PC when injecting sigpanic on WindowsCherry Zhang
2019-08-31runtime: do not crash in lastcontinuehandler when running as DLLSimon Ferquel
2018-12-05runtime: correct isAbortPC check in isgoexceptionAlex Brainman
2018-11-26runtime: windows/arm fix tracebacks printed from sigpanicJordan Rhee
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-09-18runtime: support windows/armJordan Rhee
2018-07-07runtime: handle g0 stack overflows gracefullyAustin Clements
2018-07-07runtime: fix abort handling on WindowsAustin Clements
2018-04-30runtime: perform crashes outside systemstackElias Naur
2018-03-09runtime: fix abort handling on arm64Austin Clements
2018-03-08runtime: ensure abort actually crashes the processAustin Clements
2018-01-23runtime: don't grow the stack on sigpanic if throwsplitAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-09-15runtime: change lockedg/lockedm to guintptr/muintptrIan Lance Taylor
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-05-05runtime: print signal name in panic, if name is knownEmmanuel Odeke
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-09runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-07-11runtime: use AddVectoredContinueHandler on Windows XP amd64Alex Brainman
2015-05-18runtime: correct exception stack trace outputAlex Brainman
2015-04-13runtime: move all exception related code into signal_windows.goAlex Brainman
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-10runtime, reflect: support multiple moduledata objectsMichael Hudson-Doyle
2015-04-09runtime: make windows exception handler code arch independentAlex Brainman