This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a flag PERLDBf_SAVESRC, which enables the saved lines part of
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Nov 2008 14:51:05 +0000 (14:51 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 Nov 2008 14:51:05 +0000 (14:51 +0000)
commitb8fcbefe6253f6cbcf6817158c0e99c8018b2d46
tree54f2d06bd6970ced9649e18b6eb5567309a4277b
parent9480d411d9d7bc0dcccfa1b8e1bdced1cdc21c51
Add a flag PERLDBf_SAVESRC, which enables the saved lines part of
PERLDBf_LINE, so that profilers (such as NYTProf) have access to the
lines of the eval, without the speed impact of other parts of the
debugger infrastructure. PERLDBf_LINE is unchanged. Based largely on a
patch by Tim Bunce in <20081028152749.GA12500@timac.local>

p4raw-id: //depot/perl@34693
lib/perl5db.pl
perl.h
pp_ctl.c