summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/traceback_x86.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov2013-08-061-2/+2
* undo CL 12250043 / e911f94c4902Dmitriy Vyukov2013-08-051-2/+2
* runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov2013-08-051-2/+2
* runtime: print "created by" for running goroutines in tracebackDmitriy Vyukov2013-08-011-7/+8
* runtime: remove unused varDmitriy Vyukov2013-08-011-2/+0
* cmd/gc: record argument size for all indirect function callsDmitriy Vyukov2013-07-311-1/+1
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-191-20/+2
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-191-0/+1
* runtime: handle morestack/lessstack in stack traceRuss Cox2013-07-181-5/+8
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-6/+6
* runtime: use new frame argument size informationRuss Cox2013-07-171-28/+52
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-161-23/+31
* runtime: adjust traceback for new preemptive realityDmitriy Vyukov2013-07-111-1/+1
* runtime: fix argument printing during tracebackDmitriy Vyukov2013-06-271-5/+5
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-49/+34
* runtime: add lr, ctxt, ret to GobufRuss Cox2013-06-121-9/+2
* runtime: fix buildRuss Cox2013-06-121-1/+1
* runtime: adjust traceback / garbage collector boundaryRuss Cox2013-06-121-80/+125
* cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro2013-03-281-14/+23
* undo CL 7301062 / 9742f722b558Russ Cox2013-03-051-23/+14
* runtime: restrict stack root scan to locals and argumentsCarl Shapiro2013-03-041-14/+23
* runtime: delete old closure codeRuss Cox2013-02-221-102/+1
* cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox2013-02-211-2/+2
* cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro2013-02-211-1/+1
* runtime: show frame pointer values during throwRuss Cox2013-02-151-0/+2
* runtime: allocate heap metadata at run timeRuss Cox2013-02-151-2/+2
* runtime: cgo-related fixesRuss Cox2013-02-011-0/+5
* runtime: clear up lr commentsRuss Cox2013-01-291-8/+1
* runtime: dump the full stack of a throwing goroutineDmitriy Vyukov2013-01-291-3/+4
* runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang2012-12-191-13/+13
* runtime: switch to 64-bit goroutine idsDmitriy Vyukov2012-10-261-2/+2
* runtime: update field types in preparation for GC changesJan Ziak2012-05-301-5/+5
* runtime: fix buildRuss Cox2011-12-161-0/+303