]> Cypherpunks repositories - gostls13.git/commit
Account for CALL instructions before looking up the function
authorAustin Clements <aclements@csail.mit.edu>
Fri, 14 Aug 2009 18:09:53 +0000 (11:09 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Fri, 14 Aug 2009 18:09:53 +0000 (11:09 -0700)
commit63810f840f1a3d14eb3da22122c3a958c73f2549
treeb0dd81a4f2ef8924229231e5de9289e058d93fec
parent00274a13cb76fc826f65978f3ab6fa1f90e46dab
Account for CALL instructions before looking up the function
at PC, to deal with functions that end with a CALL
instruction.  Special case known call-by-return functions.

R=rsc
APPROVED=rsc
DELTA=12  (6 added, 6 deleted, 0 changed)
OCL=33255
CL=33279
src/pkg/runtime/386/traceback.c
src/pkg/runtime/amd64/traceback.c