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