I've fixed some of the perl api gdb macros in .gdbinit from modperl-1.x to work with threaded perl. The threaded and non-threaded versions of perl need different gdb macros because of the pTHX_ part in the perl API, which gets scratched for the non-threaded perl.
I'm thinking to generate this macro file at the modperl build time, since that's when we know what kind of perl is used. Should I add lib/ModPerl/WriteGDBInit.pm which will create t/.gdbinit when called from Makefile.PL? Or does anybody have a different plan for this very useful collection of macros? Thanks! _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
