diff options
author | David Mitchell <davem@iabyn.com> | 2023-01-14 16:20:28 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2023-02-28 20:53:51 +0800 |
commit | 697ec28afb3b2a5eb26f836eaea4cb4071bd71c6 (patch) | |
tree | 5e154223ff974ca4634ea223d217e790294d978b /gv.c | |
parent | 10c7b2021d05bc5b69caa39f144a06954fa66d68 (diff) | |
download | perl-697ec28afb3b2a5eb26f836eaea4cb4071bd71c6.tar.gz |
perl -DsR: display PADMTPs as <P>
The R modifier to the stack debugging switch -Ds already
indicates if an SV's refcount is > 1 or SvTEMP is set (T), or the
SV is on the temps stack without SvTEMP set (t), e.g.:
=> IV(101), <2>IV(102), <T>IV(103) <3t>IV(104)
With this commit, it displays SVs with the SvPADTMP flag set as <P>,
e.g.
=> <P>IV(101), <2P>IV(102), <PT>IV(103)
Diffstat (limited to 'gv.c')
0 files changed, 0 insertions, 0 deletions