This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #92906] perl -d has non-functional b command
authorFather Chrysostomos <sprout@cpan.org>
Thu, 16 Jun 2011 04:35:56 +0000 (21:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 16 Jun 2011 04:53:18 +0000 (21:53 -0700)
commitf34d15629da26eee6e2b4b28c96865dc4921c52b
treef4820bdf739ea8528fec87074d57749ef43a9884
parenteb883b9286505f2ba163b6a72b9978e9a3645b4d
[perl #92906] perl -d has non-functional b command

This fixes a regression introduced after 5.14.0.

Commit 6f83ef0e5a4 got dbfile and dbline magic mixed up and ended up
apply set-magic to the hash (dbfile), not to the element (dbline).

The result was that debugger breakpoints simply did not work at all.
mg_raw.h
regen/mg_vtable.pl