This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID,
authorNicholas Clark <nick@ccl4.org>
Tue, 2 Dec 2008 14:46:17 +0000 (14:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Dec 2008 14:46:17 +0000 (14:46 +0000)
commitc30d8139ead4f83c6b3d27b2eace9ff0466eaf4c
tree6ed4f1f65e4f966b84e35cfd515fb02b0d1b7a3e
parent359d40bacc2dcec1685bd77f0ec299cc69818b79
Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID,
which give total control over when source code from evals is stored.
The debugger doesn't need them, but I forsee that profilers might.

p4raw-id: //depot/perl@34979
perl.h
pp_ctl.c