diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-26 12:52:58 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-08-31 15:38:54 -0600 |
commit | bbfd8f811c2f4b1cb022066258c688d922fd1782 (patch) | |
tree | 16c6b85d8781024d49e0c55b733537528e6bf8e4 /util.c | |
parent | 5cbcd3212482f9ad04951be65a87e5f43ff2cd06 (diff) | |
download | perl-bbfd8f811c2f4b1cb022066258c688d922fd1782.tar.gz |
perlapi for get_c_backtrace_dump: fix verbatim
These weren't indented so weren't treated as verbatim
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6402,10 +6402,10 @@ the C<skip> innermost ones. C<depth> of 20 is usually enough. The appended output looks like: -... -1 10e004812:0082 Perl_croak util.c:1716 /usr/bin/perl -2 10df8d6d2:1d72 perl_parse perl.c:3975 /usr/bin/perl -... + ... + 1 10e004812:0082 Perl_croak util.c:1716 /usr/bin/perl + 2 10df8d6d2:1d72 perl_parse perl.c:3975 /usr/bin/perl + ... The fields are tab-separated. The first column is the depth (zero being the innermost non-skipped frame). In the hex:offset, the hex is |