Sign in
go
/
gofrontend
/
2f281eb24ef256a2d3bb9fc1a7ef964d82b40182
/
libgo
/
runtime
/
go-unwind.c
b73a8f1
libgo: print reason code if throwing unwind exception fails
by Nikhil Benesch
· 4 years, 3 months ago
56fe6a0
runtime: mark unwind functions general-regs-only on ARM
by Ian Lance Taylor
· 6 years ago
6725721
runtime: abort stack scan in cases that we cannot unwind the stack
by Cherry Zhang
· 6 years ago
0e482be
runtime: prevent deadlock when profiling signal arrives in stack scan
by Cherry Zhang
· 6 years ago
5a9ff61
runtime: let ARM32 EABI personality function continue unwind when called from traceback
by Cherry Zhang
· 6 years ago
7854147
runtime: on ARM32 EABI, don't get LSDA if compact model is used
by Cherry Zhang
· 6 years ago
16a48db
runtime: handle DW_EH_PE_absptr in type table encoding
by Cherry Zhang
· 6 years ago
4db1577
runtime: use _URC_FAILURE on ARM32
by Cherry Zhang
· 6 years ago
edc7e71
runtime: add precise stack scan support
by Cherry Zhang
· 6 years ago
0c9b7a1
libgo: fix for unaligned read in go-unwind.c's read_encoded_value()
by Than McIntosh
· 7 years ago
770ce30
libgo: break dependence on libgcc unwind-pe.h
by Than McIntosh
· 7 years ago
dfe446c
runtime: remove __go_alloc and __go_free
by Ian Lance Taylor
· 8 years ago
7593cc8
runtime: rewrite panic/defer code from C to Go
by Ian Lance Taylor
· 8 years ago
14dc805
runtime: rewrite interface code into Go
by Ian Lance Taylor
· 8 years ago
394486a
runtime: use -fgo-c-header to build C header file
by Ian Lance Taylor
· 8 years ago
07970ab
libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.
by Ian Lance Taylor
· 10 years ago
9665c92
libgo: Merge to master revision 19184.
by Ian Lance Taylor
· 11 years ago
712b34c
runtime: Fix defer of unlock thread at program startup.
by Ian Lance Taylor
· 11 years ago
5dd9404
runtime: Multiplex goroutines onto OS threads.
by Ian Lance Taylor
· 13 years ago
04d93c7
Introduce G structure and thread-local global g.
by Ian Lance Taylor
· 13 years ago
c402963
Fix defer when not calling recover in function with named results.
by Ian Lance Taylor
· 13 years ago
67826e9
libgo/runtime: Change std::abort to abort.
by Ian Lance Taylor
· 14 years ago
794085c
Check whether we are using setjmp/longjmp exceptions.
by Ian Lance Taylor
· 14 years ago
a036931
Remove some write-only variables.
by Ian Lance Taylor
· 14 years ago
092f1c9
Change representation of interfaces.
by Ian Lance Taylor
· 14 years ago
ff97302
Turn on garbage collector.
by Ian Lance Taylor
· 15 years ago
cc91675
Fixes for stack unwinding.
by Ian Lance Taylor
· 15 years ago
2ce08bb
Library support for recover and runtime panics.
by Ian Lance Taylor
· 15 years ago