summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2002-08-05 01:55:33 +0100
committerhv <hv@crypt.org>2002-08-12 11:57:17 +0000
commitd672126634c5e568812ed35d4c8ea53a9a55ee4c (patch)
tree945dc0356b4ee4a487d37b526ec251ffa716354b /proto.h
parent75ea820e56eb2905cb7fed3312e2bd10c18778d5 (diff)
downloadperl-d672126634c5e568812ed35d4c8ea53a9a55ee4c.tar.gz
add verbose stack display option, -Dvs
Message-id: <20020805005533.B26111@fdgroup.com> p4raw-id: //depot/perl@17718
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 666caa1de2..9dabf8132a 100644
--- a/proto.h
+++ b/proto.h
@@ -1388,5 +1388,11 @@ PERL_CALLCONV PerlIO * Perl_PerlIO_stdout(pTHX);
PERL_CALLCONV PerlIO * Perl_PerlIO_stderr(pTHX);
#endif /* PERLIO_LAYERS */
+PERL_CALLCONV void Perl_deb_stack_all(pTHX);
+#ifdef PERL_IN_DEB_C
+STATIC void S_deb_stack_n(pTHX_ SV** stack_base, I32 stack_min, I32 stack_max, I32 mark_min, I32 mark_max);
+#endif
+
+
END_EXTERN_C