[parrot/parrot] a2bbc0: avoid depending on interp's current context for ba...
noreply at github.com
noreply at github.com
Thu Aug 18 06:59:40 UTC 2011
Branch: refs/heads/whiteknight/frontend_parrot2
Home: https://github.com/parrot/parrot
Commit: a2bbc00c8577b84e5c8033339018163c563300ea
https://github.com/parrot/parrot/commit/a2bbc00c8577b84e5c8033339018163c563300ea
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2011-08-17 (Wed, 17 Aug 2011)
Changed paths:
M include/parrot/sub.h
M src/debug.c
M src/pmc/continuation.pmc
M src/sub.c
M src/warnings.c
Log Message:
-----------
avoid depending on interp's current context for backtrace printing
the top of a backtrace is the top, not wherever current context happens to be
pointing now (as opposed to when the continuation being backtraced was captured)
More information about the parrot-commits
mailing list