summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arm/traceback.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+213
2011-09-13Imported Upstream version 60Ondřej Surý1-208/+0
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-5/+4
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-1/+36
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-14/+85
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-16/+16
2010-05-21runtime: correct tracebacks for nascent goroutines, even closuresRuss Cox1-1/+6
Fixes issue 780. R=r CC=golang-dev http://codereview.appspot.com/1221042
2010-04-05runtime: various arm fixesRuss Cox1-4/+82
* correct symbol table size * do not reorder functions in output * traceback * signal handling * use same code for go + defer * handle leaf functions in symbol table R=kaib, dpx CC=golang-dev http://codereview.appspot.com/884041
2010-03-23runtime: add CallersRuss Cox1-130/+3
cut copies of traceback from 6 to 1. R=r CC=golang-dev http://codereview.appspot.com/703041
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-2/+2
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072
2009-10-15rename sys functions to runtime,Russ Cox1-1/+1
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824
2009-06-10Adding a batch of missing system calls.Kai Backman1-0/+147
R=rsc APPROVED=rsc DELTA=1329 (1264 added, 1 deleted, 64 changed) OCL=30040 CL=30158