This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_match(): output regex debugging info
authorKarl Williamson <khw@cpan.org>
Thu, 5 Mar 2020 03:58:28 +0000 (20:58 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 18 Mar 2020 23:38:19 +0000 (17:38 -0600)
commite0be78213ff4362a011b8be77ba8af2d5a307178
tree6dd25442946cef9e4b512e59fcf3916cc244822a
parent1fe1d354d323db2d8a59f107855fc1f71ddc6ab5
pp_match(): output regex debugging info

This fixes #17612

This adds an inline function to pp_hot to be called to determine if
debugging info should be output or not, regardless of whether it comes
from -Dr, or from a 'use re Debug' statement
embed.fnc
embed.h
pp_hot.c
proto.h