index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
rt2_amd64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
move amd64-specific (but os-independent) pieces of runtime
Russ Cox
1
-264
/
+0
2009-02-06
closures - runtime and debugger support, test case
Russ Cox
1
-1
/
+139
2009-01-16
casify, cleanup sys
Russ Cox
1
-1
/
+1
2009-01-09
add sys.caller
Russ Cox
1
-0
/
+55
2008-12-03
clean stack trace code.
Russ Cox
1
-39
/
+29
2008-11-25
new stacktrace format
Russ Cox
1
-27
/
+22
2008-11-25
use pc/ln table to print source lines in traceback
Russ Cox
1
-3
/
+5
2008-11-23
delete stack mark strings
Russ Cox
1
-21
/
+10
2008-11-20
tweak pcs in traceback so they point to calling line instead of line after call.
Rob Pike
1
-1
/
+1
2008-11-03
in traceback, handle the case where we've called through a nil function pointer
Rob Pike
1
-0
/
+7
2008-09-12
fix up linux trap handling - INTB 5 gives SEGV
Rob Pike
1
-29
/
+0
2008-09-12
fix silly portability bug
Rob Pike
1
-2
/
+1
2008-09-12
- catch trace traps
Rob Pike
1
-0
/
+30
2008-07-14
stop traceback when pc leaves text segment
Rob Pike
1
-0
/
+4
2008-07-12
preserve AX across stack jump so C routines return correct value when trigger...
Rob Pike
1
-4
/
+2
2008-07-11
fix comment
Rob Pike
1
-1
/
+1
2008-07-11
fix traceback to know about new segmenting
Rob Pike
1
-4
/
+2
2008-07-11
segmented stacks AND goroutines
Ken Thompson
1
-16
/
+0
2008-07-09
defined external registers g and m
Ken Thompson
1
-5
/
+5
2008-07-08
unique import/export names
Ken Thompson
1
-7
/
+7
2008-06-30
makes stack traces work for segmented stacks
Rob Pike
1
-5
/
+41
2008-06-24
middle dot as alpha package separator
Ken Thompson
1
-3
/
+3
2008-06-21
add signal handling and traceback support therein.
Rob Pike
1
-0
/
+68