aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/traceback_arm.c
AgeCommit message (Expand)Author
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-01runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox
2014-08-28runtime: convert print.c to GoRuss Cox
2014-08-27runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson
2014-08-06runtime: turn off 'unexpected return pc' print on arm tracebackRuss Cox
2014-07-31runtime: move built-in print routines to go.Keith Randall
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-06-12runtime: do not trace past jmpdefer during pprof traceback on armRuss Cox
2014-06-01runtime: fix correctness test at end of tracebackRuss Cox
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-04-02runtime: print up to 10 words of argumentsRuss Cox
2014-03-27runtime: enable 'bad pointer' check during garbage collection of Go stack framesRuss Cox
2014-02-26runtime: grow stack by copyingKeith Randall
2014-01-23runtime: Print elision message if we skipped frames on traceback.Keith Randall
2013-12-13runtime: fix crash in runtime.GoroutineProfileRuss Cox
2013-10-31cmd/5l, runtime: fix divide for profiling tracebacks on ARMRuss Cox
2013-10-31undo CL 19810043 / 352f3b7c9664Russ Cox
2013-10-30cmd/5l, runtime: make ARM integer division profiler-friendlyRuss Cox
2013-09-11runtime: show m stack during crash on m stackRuss Cox
2013-08-06runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov
2013-08-05undo CL 12250043 / e911f94c4902Dmitriy Vyukov
2013-08-05runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov
2013-08-01runtime: print "created by" for running goroutines in tracebackDmitriy Vyukov
2013-08-01runtime: remove unused varDmitriy Vyukov
2013-07-31cmd/gc: record argument size for all indirect function callsDmitriy Vyukov
2013-07-19runtime: use funcdata to supply garbage collection informationRuss Cox
2013-07-19runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall
2013-07-18runtime: handle morestack/lessstack in stack traceRuss Cox
2013-07-18cmd/ld, runtime: use new contiguous pcln tableRuss Cox
2013-07-17runtime: use new frame argument size informationRuss Cox
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-07-11runtime: adjust traceback for new preemptive realityDmitriy Vyukov
2013-06-27runtime: fix argument printing during tracebackDmitriy Vyukov
2013-06-27runtime: record proper goroutine state during stack splitRuss Cox
2013-06-12runtime: add lr, ctxt, ret to GobufRuss Cox
2013-06-12runtime: adjust traceback / garbage collector boundaryRuss Cox
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-26runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro
2013-03-05undo CL 7301062 / 9742f722b558Russ Cox
2013-03-04runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-02-22runtime: delete old closure codeRuss Cox
2013-02-21cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2013-02-15runtime: show frame pointer values during throwRuss Cox
2013-02-15runtime: allocate heap metadata at run timeRuss Cox
2013-02-08runtime: fix build for Linux/ARMShenghou Ma
2013-02-06runtime: save LR to stack when panicking to handle leaf function tracebackShenghou Ma
2013-02-01runtime: cgo-related fixesRuss Cox
2013-01-29runtime: clear up lr commentsRuss Cox