go/src/pkg/runtime/debug
Russ Cox e56c6e7535 runtime/debug: add SetPanicOnFault
SetPanicOnFault allows recovery from unexpected memory faults.
This can be useful if you are using a memory-mapped file
or probing the address space of the current program.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/66590044
2014-02-20 16:18:05 -05:00
..
debug.c
garbage.go runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
garbage_test.go
stack.go runtime/debug: fix incorrect Stack output if package path contains a dot 2014-01-27 14:00:00 -08:00
stack_test.go