diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-08-05 01:55:33 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-12 11:57:17 +0000 |
commit | d672126634c5e568812ed35d4c8ea53a9a55ee4c (patch) | |
tree | 945dc0356b4ee4a487d37b526ec251ffa716354b /proto.h | |
parent | 75ea820e56eb2905cb7fed3312e2bd10c18778d5 (diff) | |
download | perl-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |