| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: convert print.c to Go | Russ Cox | 2014-08-28 | 1 | -1/+1 |
* | runtime: changes to g->atomicstatus (nee status) to support concurrent GC | Rick Hudson | 2014-08-27 | 1 | -1/+1 |
* | runtime: turn off 'unexpected return pc' print on arm traceback | Russ Cox | 2014-08-06 | 1 | -2/+7 |
* | runtime: move built-in print routines to go. | Keith Randall | 2014-07-31 | 1 | -1/+1 |
* | runtime: rewrite malloc in Go. | Keith Randall | 2014-07-30 | 1 | -0/+6 |
* | all: remove 'extern register M *m' from runtime | Russ Cox | 2014-06-26 | 1 | -1/+1 |
* | runtime: do not trace past jmpdefer during pprof traceback on arm | Russ Cox | 2014-06-12 | 1 | -0/+13 |
* | runtime: fix correctness test at end of traceback | Russ Cox | 2014-06-01 | 1 | -2/+11 |
* | runtime: make continuation pc available to stack walk | Russ Cox | 2014-05-31 | 1 | -4/+67 |
* | runtime: print up to 10 words of arguments | Russ Cox | 2014-04-02 | 1 | -1/+1 |
* | runtime: enable 'bad pointer' check during garbage collection of Go stack frames | Russ Cox | 2014-03-27 | 1 | -2/+4 |
* | runtime: grow stack by copying | Keith Randall | 2014-02-26 | 1 | -3/+5 |
* | runtime: Print elision message if we skipped frames on traceback. | Keith Randall | 2014-01-23 | 1 | -2/+7 |
* | runtime: fix crash in runtime.GoroutineProfile | Russ Cox | 2013-12-13 | 1 | -0/+12 |
* | cmd/5l, runtime: fix divide for profiling tracebacks on ARM | Russ Cox | 2013-10-31 | 1 | -1/+1 |
* | undo CL 19810043 / 352f3b7c9664 | Russ Cox | 2013-10-31 | 1 | -1/+1 |
* | cmd/5l, runtime: make ARM integer division profiler-friendly | Russ Cox | 2013-10-30 | 1 | -1/+1 |
* | runtime: show m stack during crash on m stack | Russ Cox | 2013-09-11 | 1 | -1/+1 |
* | runtime: use gcpc/gcsp during traceback of goroutines in syscalls | Dmitriy Vyukov | 2013-08-06 | 1 | -2/+2 |
* | undo CL 12250043 / e911f94c4902 | Dmitriy Vyukov | 2013-08-05 | 1 | -2/+2 |
* | runtime: use gcpc/gcsp during traceback of goroutines in syscalls | Dmitriy Vyukov | 2013-08-05 | 1 | -2/+2 |
* | runtime: print "created by" for running goroutines in traceback | Dmitriy Vyukov | 2013-08-01 | 1 | -6/+7 |
* | runtime: remove unused var | Dmitriy Vyukov | 2013-08-01 | 1 | -2/+0 |
* | cmd/gc: record argument size for all indirect function calls | Dmitriy Vyukov | 2013-07-31 | 1 | -1/+1 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 1 | -23/+4 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 1 | -0/+1 |
* | runtime: handle morestack/lessstack in stack trace | Russ Cox | 2013-07-18 | 1 | -4/+7 |
* | cmd/ld, runtime: use new contiguous pcln table | Russ Cox | 2013-07-18 | 1 | -6/+6 |
* | runtime: use new frame argument size information | Russ Cox | 2013-07-17 | 1 | -39/+57 |
* | cmd/ld, runtime: new in-memory symbol table format | Russ Cox | 2013-07-16 | 1 | -23/+18 |
* | runtime: adjust traceback for new preemptive reality | Dmitriy Vyukov | 2013-07-11 | 1 | -1/+1 |
* | runtime: fix argument printing during traceback | Dmitriy Vyukov | 2013-06-27 | 1 | -5/+5 |
* | runtime: record proper goroutine state during stack split | Russ Cox | 2013-06-27 | 1 | -40/+35 |
* | runtime: add lr, ctxt, ret to Gobuf | Russ Cox | 2013-06-12 | 1 | -11/+9 |
* | runtime: adjust traceback / garbage collector boundary | Russ Cox | 2013-06-12 | 1 | -78/+122 |
* | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro | 2013-03-28 | 1 | -10/+19 |
* | runtime: ensure forward progress when unwinding an arm stack frame | Carl Shapiro | 2013-03-26 | 1 | -2/+3 |
* | undo CL 7301062 / 9742f722b558 | Russ Cox | 2013-03-05 | 1 | -19/+10 |
* | runtime: restrict stack root scan to locals and arguments | Carl Shapiro | 2013-03-04 | 1 | -10/+19 |
* | runtime: delete old closure code | Russ Cox | 2013-02-22 | 1 | -37/+2 |
* | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox | 2013-02-21 | 1 | -2/+2 |
* | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro | 2013-02-21 | 1 | -1/+1 |
* | runtime: show frame pointer values during throw | Russ Cox | 2013-02-15 | 1 | -0/+2 |
* | runtime: allocate heap metadata at run time | Russ Cox | 2013-02-15 | 1 | -3/+3 |
* | runtime: fix build for Linux/ARM | Shenghou Ma | 2013-02-08 | 1 | -2/+7 |
* | runtime: save LR to stack when panicking to handle leaf function traceback | Shenghou Ma | 2013-02-06 | 1 | -0/+6 |
* | runtime: cgo-related fixes | Russ Cox | 2013-02-01 | 1 | -0/+6 |
* | runtime: clear up lr comments | Russ Cox | 2013-01-29 | 1 | -1/+1 |
* | runtime: dump the full stack of a throwing goroutine | Dmitriy Vyukov | 2013-01-29 | 1 | -4/+5 |
* | runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ... | Jingcheng Zhang | 2012-12-19 | 1 | -12/+12 |