summaryrefslogtreecommitdiff
path: root/src/runtime/rt2_amd64.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-24move amd64-specific (but os-independent) pieces of runtimeRuss Cox1-264/+0
2009-02-06closures - runtime and debugger support, test caseRuss Cox1-1/+139
2009-01-16casify, cleanup sysRuss Cox1-1/+1
2009-01-09add sys.callerRuss Cox1-0/+55
2008-12-03clean stack trace code.Russ Cox1-39/+29
2008-11-25new stacktrace formatRuss Cox1-27/+22
2008-11-25use pc/ln table to print source lines in tracebackRuss Cox1-3/+5
2008-11-23delete stack mark stringsRuss Cox1-21/+10
2008-11-20tweak pcs in traceback so they point to calling line instead of line after call.Rob Pike1-1/+1
2008-11-03in traceback, handle the case where we've called through a nil function pointerRob Pike1-0/+7
2008-09-12fix up linux trap handling - INTB 5 gives SEGVRob Pike1-29/+0
2008-09-12fix silly portability bugRob Pike1-2/+1
2008-09-12- catch trace trapsRob Pike1-0/+30
2008-07-14stop traceback when pc leaves text segmentRob Pike1-0/+4
2008-07-12preserve AX across stack jump so C routines return correct value when trigger...Rob Pike1-4/+2
2008-07-11fix commentRob Pike1-1/+1
2008-07-11fix traceback to know about new segmentingRob Pike1-4/+2
2008-07-11segmented stacks AND goroutinesKen Thompson1-16/+0
2008-07-09defined external registers g and mKen Thompson1-5/+5
2008-07-08unique import/export namesKen Thompson1-7/+7
2008-06-30makes stack traces work for segmented stacksRob Pike1-5/+41
2008-06-24middle dot as alpha package separatorKen Thompson1-3/+3
2008-06-21add signal handling and traceback support therein.Rob Pike1-0/+68