summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/traceback_arm.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: convert print.c to GoRuss Cox2014-08-281-1/+1
* runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson2014-08-271-1/+1
* runtime: turn off 'unexpected return pc' print on arm tracebackRuss Cox2014-08-061-2/+7
* runtime: move built-in print routines to go.Keith Randall2014-07-311-1/+1
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-0/+6
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-1/+1
* runtime: do not trace past jmpdefer during pprof traceback on armRuss Cox2014-06-121-0/+13
* runtime: fix correctness test at end of tracebackRuss Cox2014-06-011-2/+11
* runtime: make continuation pc available to stack walkRuss Cox2014-05-311-4/+67
* runtime: print up to 10 words of argumentsRuss Cox2014-04-021-1/+1
* runtime: enable 'bad pointer' check during garbage collection of Go stack framesRuss Cox2014-03-271-2/+4
* runtime: grow stack by copyingKeith Randall2014-02-261-3/+5
* runtime: Print elision message if we skipped frames on traceback.Keith Randall2014-01-231-2/+7
* runtime: fix crash in runtime.GoroutineProfileRuss Cox2013-12-131-0/+12
* cmd/5l, runtime: fix divide for profiling tracebacks on ARMRuss Cox2013-10-311-1/+1
* undo CL 19810043 / 352f3b7c9664Russ Cox2013-10-311-1/+1
* cmd/5l, runtime: make ARM integer division profiler-friendlyRuss Cox2013-10-301-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