Searched refs:debugging (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_update.c51 #define debugging 1 macro
54 #define debugging 0 macro
97 if (debugging) {
136 if (debugging)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcanonical.t25 use vars qw($debugging $verbose);
38 # $debugging = 1;
49 # Use Data::Dumper if debugging and it is available to create an ASCII dump
51 if ($debugging) {
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c208 int debugging, chan_level; local
212 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
215 * If not debugging, short circuit debugging messages very early.
217 if (level > 0 && !debugging)
223 /* Some channels only log when debugging is on. */
224 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging)
242 int debugging; local
246 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
249 * If not debugging, shor
273 int pri, debugging, did_vsprintf = 0; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dclosure.t7 # Run with -debug for debugging output.
194 my($debugging, %expected, $inner_type, $where_declared, $within);
198 $debugging = 1 if defined($ARGV[0]) and $ARGV[0] eq '-debug';
240 print <<"DEBUG_INFO" if $debugging;
490 $debugging or do { 1 while unlink @tmpfiles };
498 if ($debugging && ($errors || $? || ($output =~ /not ok/))) {
505 print '#', "-" x 30, "\n" if $debugging;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm559 DB - programmatic interface to the Perl debugging API (draft, subject to
571 CLIENT->done() # de-register from the debugging API
611 debugging functionality, so that various implementations of Perl debuggers
612 (or packages that want to simply get at the "privileged" debugging data)
616 Note that multiple "front-ends" can latch into this debugging API
618 debugging with a command line and GUI at the same time, debugging
746 de-register from the debugging API
801 to perl's debugging functionality. As such, this interface should be considered
H A DCarp.pm85 As a debugging aid, you can force Carp to treat a croak as a confess
H A Dbigint.pm244 This enables a trace mode and is primarily for debugging bigint or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm1 # Devel::Peek - A data debugging tool for the XS programmer
72 Devel::Peek - A data debugging tool for the XS programmer
104 to data debugging and for that it will describe only the C<Dump()>
115 this switches on debugging of opcode dispatch. C<FLAGS> should be a
119 =head2 Runtime debugging
131 debugging one. When called with an argument, switches to debugging or
132 non-debugging dispatcher depending on the argument (active for
135 =head2 Memory footprint debugging
137 When perl is compiled with support for memory footprint debugging
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h244 int debugging();
H A Dap_msg.c46 debugging(void) function
74 if (!debugging())
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm20 To profile a Perl script run the perl interpreter with the B<-d> debugging
21 switch. The profiler uses the debugging hooks. So to profile script
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm96 various internal debugging flags. See the documentation for the
H A DB.pm110 # For debugging
451 C<walkoptree_debug> (see below) has been called to turn debugging on then
457 Returns the current debugging flag for C<walkoptree>. If the optional
458 DEBUG argument is non-zero, it sets the debugging flag to that. See
459 the description of C<walkoptree> above for what the debugging flag
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm27 /^(.*)$/s; # output debugging info during
59 When C<use re 'debug'> is in effect, perl emits debugging messages when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv192 Invokes debugging mode. Primarily for Encode hackers.
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s71 / Return the current sp (for debugging)
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c80 static int debugging(void);
1603 debugging(void) function
1630 if (!debugging())
1704 if (!debugging())
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm671 Print debugging information. C<DIR> denotes the direction I<true> being
677 This method is called to print debugging information. TEXT is
681 are sent, but we do not want to display them in the debugging information.
H A DPOP3.pm419 B<Debug> - Enable debugging information
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm260 primarily for debugging.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm640 or if PERL_MM_MANIFEST_DEBUG is true, debugging output will be
679 Turns on debugging
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove169 -d, --debug Includes extra debugging information.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL93 -d spew reams of debugging output
435 -d spew reams of debugging output
H A Dh2ph.PL809 This is primarily used for debugging I<h2ph>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL659 Internal debugging messages are enabled when $dl_debug is set true.
666 For the DynaLoader developer/porter there is a similar debugging

Completed in 86 milliseconds

12