Sign in
go
/
go
/
1ce17918e32afe42824404a1419b54a465e8b155
/
src
/
runtime
/
rt2_amd64.c
3609624
casify, cleanup sys
by Russ Cox
· 16 years ago
a3ed4e7
add sys.caller
by Russ Cox
· 16 years ago
2b39165
clean stack trace code.
by Russ Cox
· 16 years ago
d040d26
new stacktrace format
by Russ Cox
· 16 years ago
a543336
use pc/ln table to print source lines in traceback
by Russ Cox
· 16 years ago
3aa063d
delete stack mark strings in favor of using in-memory copy of symbol table.
by Russ Cox
· 16 years ago
ec913c4
tweak pcs in traceback so they point to calling line instead of line after call.
by Rob Pike
· 16 years ago
63f38d6
in traceback, handle the case where we've called through a nil function pointer
by Rob Pike
· 16 years ago
ab9f27b
fix up linux trap handling - INTB 5 gives SEGV
by Rob Pike
· 17 years ago
e9047d1
fix silly portability bug
by Rob Pike
· 17 years ago
6e8dbc2
- catch trace traps
by Rob Pike
· 17 years ago
bad8c3d
stop traceback when pc leaves text segment
by Rob Pike
· 17 years ago
2da9783
preserve AX across stack jump so C routines return correct value when triggering morestack.
by Rob Pike
· 17 years ago
c8bce42
fix comment
by Rob Pike
· 17 years ago
44f65c8
fix traceback to know about new segmenting
by Rob Pike
· 17 years ago
751ce3a
segmented stacks AND goroutines
by Ken Thompson
· 17 years ago
7b454bb
defined external registers g and m
by Ken Thompson
· 17 years ago
4528854
unique import/export names more on go statement
by Ken Thompson
· 17 years ago
d3204ef
makes stack traces work for segmented stacks
by Rob Pike
· 17 years ago
7d11924
middle dot as alpha package separator
by Ken Thompson
· 17 years ago
aeb4398
add signal handling and traceback support therein.
by Rob Pike
· 17 years ago