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