summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/traceback_arm.c
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfileRuss Cox2014-02-281-0/+12
* [release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...Andrew Gerrand2013-11-011-1/+1
* runtime: show m stack during crash on m stackRuss Cox2013-09-111-1/+1
* 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-6/+7
* 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-23/+4
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-191-0/+1
* runtime: handle morestack/lessstack in stack traceRuss Cox2013-07-181-4/+7
* cmd/ld, runtime: use new contiguous pcln tableRuss Cox2013-07-181-6/+6
* runtime: use new frame argument size informationRuss Cox2013-07-171-39/+57
* cmd/ld, runtime: new in-memory symbol table formatRuss Cox2013-07-161-23/+18
* 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-40/+35
* runtime: add lr, ctxt, ret to GobufRuss Cox2013-06-121-11/+9
* runtime: adjust traceback / garbage collector boundaryRuss Cox2013-06-121-78/+122
* cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro2013-03-281-10/+19
* runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro2013-03-261-2/+3
* undo CL 7301062 / 9742f722b558Russ Cox2013-03-051-19/+10
* runtime: restrict stack root scan to locals and argumentsCarl Shapiro2013-03-041-10/+19
* runtime: delete old closure codeRuss Cox2013-02-221-37/+2
* 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-3/+3
* runtime: fix build for Linux/ARMShenghou Ma2013-02-081-2/+7
* runtime: save LR to stack when panicking to handle leaf function tracebackShenghou Ma2013-02-061-0/+6
* runtime: cgo-related fixesRuss Cox2013-02-011-0/+6
* runtime: clear up lr commentsRuss Cox2013-01-291-1/+1
* runtime: dump the full stack of a throwing goroutineDmitriy Vyukov2013-01-291-4/+5
* runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang2012-12-191-12/+12
* runtime: switch to 64-bit goroutine idsDmitriy Vyukov2012-10-261-2/+2
* runtime: update field types in preparation for GC changesJan Ziak2012-05-301-3/+3
* runtime: make more build-friendlyRuss Cox2011-12-161-0/+217