| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-copyrename.c | 113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) in copy_rename_partition_coalesce() argument 130 if (debug) in copy_rename_partition_coalesce() 132 fprintf (debug, "Try : "); in copy_rename_partition_coalesce() 133 print_generic_expr (debug, var1, TDF_SLIM); in copy_rename_partition_coalesce() 134 fprintf (debug, "(P%d) & ", p1); in copy_rename_partition_coalesce() 135 print_generic_expr (debug, var2, TDF_SLIM); in copy_rename_partition_coalesce() 136 fprintf (debug, "(P%d)", p2); in copy_rename_partition_coalesce() 152 if (debug) in copy_rename_partition_coalesce() 153 fprintf (debug, " : Already coalesced.\n"); in copy_rename_partition_coalesce() 162 if (debug) in copy_rename_partition_coalesce() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | intel_runtime_pm.c | 70 mtx_init(&rpm->debug.lock, IPL_TTY); in init_intel_runtime_pm_wakeref() 87 spin_lock_irqsave(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref() 89 if (!rpm->debug.count) in track_intel_runtime_pm_wakeref() 90 rpm->debug.last_acquire = stack; in track_intel_runtime_pm_wakeref() 92 stacks = krealloc(rpm->debug.owners, in track_intel_runtime_pm_wakeref() 93 (rpm->debug.count + 1) * sizeof(*stacks), in track_intel_runtime_pm_wakeref() 96 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref() 97 rpm->debug.owners = stacks; in track_intel_runtime_pm_wakeref() 102 spin_unlock_irqrestore(&rpm->debug.lock, flags); in track_intel_runtime_pm_wakeref() 119 spin_lock_irqsave(&rpm->debug.lock, flags); in untrack_intel_runtime_pm_wakeref() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfdump.rst | 1 llvm-dwarfdump - dump and verify DWARF debug information 32 Dump DWARF debug information for the specified CPU architecture. 40 Show a debug info entry's children when selectively printing with 41 the `=<offset>` argument of :option:`--debug-info`, or options such 51 and print the matching debug information entries. 75 Find and print all debug info entries whose name 80 Look up <address> in the debug information and print out the file, 90 Show a debug info entry's parents when selectively printing with 91 the `=<offset>` argument of :option:`--debug-info`, or options such 96 When displaying debug info entry parents, only show them to a [all …]
|
| H A D | llvm-dwarfutil.rst | 1 llvm-dwarfutil - A tool to copy and manipulate debug info 14 :program:`llvm-dwarfutil` is a tool to copy and manipulate debug info. 18 by removing unused debug info. 31 Removes pieces of debug information related to discarded sections. 32 When the linker does section garbage collection the abandoned debug info 33 is left behind. Such abandoned debug info references address ranges using 35 debug info which is marked with the tombstone value. 43 potentially significantly reducing the size of output debug info. 59 .. option:: --no-separate-debug-file 61 Disable :option:`--separate-debug-file`. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ |
| H A D | ToMan.pm | 53 $self->debug( "Using $roffer\n" ); 57 $self->debug( "__nroffer is " . $self->__nroffer() . "\n" ); 151 $self->debug( "Pod::Man switches are [@switches]\n" ); 164 $self->debug( "Parsing $file\n" ); 166 $self->debug( "Done parsing $file\n" ); 182 $self->debug( "Writing $file with Pod::Man output\n" ); 200 $self->debug( "Found groff $version\n" ); 281 $self->debug( "Filtering through " . $self->__nroffer() . "\n" ); 305 $self->debug( "render is $render\n" ); 306 $self->debug( "render options are @render_switches\n" ); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | gen_shrfls.pl | 36 my $debug = $ENV{'GEN_SHRFLS_DEBUG'}; 38 print "gen_shrfls.pl Rev. 8-Jul-2011\n" if $debug; 42 print "Input taken from file $ARGV[1]\n" if $debug; 49 print "Read input data | ",join(' | ',@ARGV)," |\n" if $debug > 1; 54 print "Input \$cc_cmd: \\$cc_cmd\\\n" if $debug; 56 print "\$docc = $docc\n" if $debug; 89 print "Filtered \$cc_cmd: \\$cc_cmd\\\n" if $debug; 91 print "\$debugging_enabled: $debugging_enabled\n" if $debug; 94 print "\$objsuffix: \\$objsuffix\\\n" if $debug; 96 print "\$dbgprefix: \\$dbgprefix\\\n" if $debug; [all …]
|
| /openbsd-src/sys/arch/luna88k/stand/boot/ |
| H A D | dev_net.c | 75 extern int debug; 95 if (debug) in net_open() 109 if (debug) in net_open() 131 if (debug) in net_open() 146 if (debug) in net_close() 162 if (debug) in net_close() 220 if (debug) in net_getparams() 234 if (debug) in net_getparams() 244 if (debug) in net_getparams() 263 if (debug) in net_getparams() [all …]
|
| /openbsd-src/sys/arch/hppa/stand/libsa/ |
| H A D | pdc.c | 108 if (debug && err) in pdc_init() 138 if (debug) 142 if (debug > 1) 152 if (debug) 159 if (debug) 170 if (debug) 182 if (debug) 190 if (debug) 195 if (debug) 210 if (debug) [all …]
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | bootp.c | 81 if (debug) in bootp() 92 if (debug) in bootp() 127 if (debug) in bootpsend() 135 if (debug) in bootpsend() 150 if (debug) in bootprecv() 161 if (debug) in bootprecv() 167 if (debug) { in bootprecv() 176 if (debug) in bootprecv() 183 if (debug) in bootprecv() 193 if (debug) in bootprecv() [all …]
|
| H A D | arp.c | 103 if (debug) in arpwhohas() 132 if (debug) { in arpwhohas() 150 if (debug) in arpsend() 169 if (debug) in arprecv() 177 if (debug) in arprecv() 185 if (debug) in arprecv() 199 if (debug) in arprecv() 207 if (debug) in arprecv() 216 if (debug) in arprecv() 226 if (debug) in arprecv() [all …]
|
| H A D | rarp.c | 80 if (debug) in rarp_getipaddress() 88 if (debug) in rarp_getipaddress() 137 if (debug) in rarpsend() 156 if (debug) in rarprecv() 164 if (debug) in rarprecv() 172 if (debug) in rarprecv() 185 if (debug) in rarprecv() 193 if (debug) in rarprecv() 202 if (debug) in rarprecv() 210 if (debug) in rarprecv()
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | ondemand.rst | 4 On demand symbols can be enabled in LLDB for projects that generate debug info 5 for more than what is required by a normal debug session. Some build systems 6 enable debug information for all binaries and can end up producing many 7 gigabytes of debug information. This amount of debug information can greatly 8 increase debug session load times and can slow developer productivity when the 9 debug information isn't indexed. It can also cause expression evaluation to 10 be slow when types from all of the binaries have full debug info as each module 20 Anyone that has a build system that produces debug information for many 22 the produced binaries. Some build systems enable debug info as a project wide 24 easy to modify to produce debug info for only a small subset of the files being [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tic30.c | 85 int debug PARAMS ((const char *string, ...)); 88 debug VPARAMS ((const char *string, ...)) in debug() function 120 debug ("In md_begin()\n"); in md_begin() 264 debug ("In md_assemble() with argument %s\n", line); 268 debug ("Line is second part of parallel instruction\n\n"); 303 debug ("Found instruction %s\n", opcode->name); 308 debug ("Didn't find insn\n"); 404 debug ("Number of operands found: %d\n", insn.operands); 427 debug ("Operand %d matches\n", count + 1); 574 debug ("Floating point first operand\n"); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
| H A D | mktodo.pl | 31 debug => 0, 229 print STDERR __LINE__, ": \@new after make", Dumper \@new if $opt{debug} > 6; 290 if $opt{debug} > 6; 295 if $opt{debug} > 6; 302 if $opt{debug} > 6; 335 if $opt{debug} > 6; 405 dump_apicheck() if $opt{debug} > 3; 416 if $opt{debug} > 6; 423 print STDERR __LINE__, ": %todo at end ", Dumper \%todo if $opt{debug} > 6; 445 if $opt{debug} > 5; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-tic30.c | 84 debug (const char *string, ...) in debug() function 117 debug ("In md_begin()\n"); in md_begin() 311 debug ("In tic30_find_parallel_insn()\n"); in tic30_find_parallel_insn() 325 debug ("Found a parallel instruction\n"); in tic30_find_parallel_insn() 388 debug ("parallel insn = %s\n", parallel_insn); in tic30_find_parallel_insn() 405 debug ("In tic30_operand with %s\n", token); in tic30_operand() 414 debug ("Found direct reference\n"); in tic30_operand() 427 debug ("Direct reference is a label\n"); in tic30_operand() 431 debug ("Current input_line_pointer: %s\n", input_line_pointer); in tic30_operand() 434 debug ("Expression type: %d\n", in tic30_operand() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/ |
| H A D | Long.pm | 45 our ($error, $debug, $major_version, $minor_version); 91 $debug = 0; # for debugging 232 if ( $debug ) { 266 print STDERR ("=> user linkage: $userlinkage\n") if $debug; 280 print STDERR ("=> prefix=\"$prefix\"\n") if $debug; 334 if $debug; 347 if $debug; 381 if $debug; 386 if $debug; 391 if $debug; [all...] |
| /openbsd-src/libexec/talkd/ |
| H A D | table.c | 88 if (debug) in find_match() 94 if (debug) in find_match() 100 if (debug) in find_match() 107 if (debug) in find_match() 129 if (debug) in find_request() 135 if (debug) in find_request() 141 if (debug) in find_request() 161 if (debug) in insert_table() 201 if (debug) in delete_invite() 206 if (debug) in delete_invite() [all …]
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | make.com | 10 $gcc/debug mkisofs.c 11 $gcc/debug write.c 12 $gcc/debug tree.c 13 $gcc/debug hash.c 14 $gcc/debug rock.c 15 $gcc/debug vms.c 16 $gcc/debug exclude.c
|
| /openbsd-src/usr.bin/gprof/ |
| H A D | dfn.c | 65 if ( debug & DFNDEBUG ) { in dfn() 116 if ( debug & DFNDEBUG ) { in dfn_pre_visit() 171 if ( debug & DFNDEBUG ) { in dfn_findcycle() 194 if ( debug & DFNDEBUG ) { in dfn_findcycle() 209 if ( debug & DFNDEBUG ) { in dfn_findcycle() 226 if ( debug & DFNDEBUG ) { in dfn_findcycle() 237 if ( debug & DFNDEBUG ) { in dfn_findcycle() 263 if ( debug & DFNDEBUG ) { in dfn_self_cycle() 282 if ( debug & DFNDEBUG ) { in dfn_post_visit() 297 if ( debug & DFNDEBUG ) { in dfn_post_visit() [all …]
|
| /openbsd-src/usr.bin/make/ |
| H A D | main.c | 80 int debug; /* -d flag */ variable 236 debug = ~0; in MainParseArgs() 239 debug |= DEBUG_ARCH; in MainParseArgs() 242 debug |= DEBUG_COND; in MainParseArgs() 245 debug |= DEBUG_DIR; in MainParseArgs() 248 debug |= DEBUG_DOUBLE; in MainParseArgs() 251 debug |= DEBUG_EXPENSIVE; in MainParseArgs() 254 debug |= DEBUG_FOR; in MainParseArgs() 258 debug |= DEBUG_GRAPH1; in MainParseArgs() 262 debug |= DEBUG_GRAPH2; in MainParseArgs() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| H A D | Cmd.pm | 42 my %debug = (); 75 $debug{$pkg} ||= 0; 102 sub debug { subroutine 113 $oldval = $debug{$pkg} || 0; 119 $level = $debug{$pkg} || 0 123 if ($level && !exists $debug{$pkg}); 129 $debug{$pkg} = $level; 248 carp(ref($cmd) . ": " . (caller(1))[3] . "(): timeout") if $cmd->debug; 258 . "(): unexpected EOF on command channel: $err") if $cmd->debug; 292 if ($cmd->debug); [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/ |
| H A D | dcn31_dccg.c | 123 if (dccg->ctx->dc->debug.root_clock_optimization.bits.dpstream) in dccg31_enable_dpstreamclk() 133 if (dccg->ctx->dc->debug.root_clock_optimization.bits.dpstream) in dccg31_disable_dpstreamclk() 185 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se() 194 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se() 203 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se() 212 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se() 238 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se() 247 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se() 256 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se() 265 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se() [all …]
|
| /openbsd-src/sys/net/ |
| H A D | if_spppsubr.c | 86 * transitions at level kern.debug. Note: all logs consistently look 228 int debug = ifp->if_flags & IFF_DEBUG 451 int debug = ifp->if_flags & IFF_DEBUG; in sppp_input() 464 if (debug) in sppp_input() 487 if (debug) in sppp_input() 505 if (debug) in sppp_input() 561 if (debug) in sppp_output() 955 if (debug) { 992 if (debug) in sppp_cp_input() 999 if (debug) { in sppp_cp_input() 427 int debug = ifp->if_flags & IFF_DEBUG; sppp_input() local 2326 int rlen, origlen, buflen, debug = ifp->if_flags & IFF_DEBUG; sppp_ipcp_RCR() local 2504 int debug = ifp->if_flags & IFF_DEBUG; sppp_ipcp_RCN_rej() local 2552 int debug = ifp->if_flags & IFF_DEBUG; sppp_ipcp_RCN_nak() local 2825 int rlen, origlen, buflen, debug = ifp->if_flags & IFF_DEBUG; sppp_ipv6cp_RCR() local 2995 int debug = ifp->if_flags & IFF_DEBUG; sppp_ipv6cp_RCN_rej() local 3034 int debug = ifp->if_flags & IFF_DEBUG; sppp_ipv6cp_RCN_nak() local 4235 int debug = ifp->if_flags & IFF_DEBUG; sppp_set_ip_addrs() local 4306 int debug = ifp->if_flags & IFF_DEBUG; sppp_clear_ip_addrs() local [all...] |
| /openbsd-src/usr.bin/dig/ |
| H A D | dighost.c | 380 debug(const char *format, ...) { in debug() function 416 debug("make_server(%s)", servname); in make_server() 457 debug("copy_server_list()"); in copy_server_list() 484 debug("flush_server_list()"); in flush_server_list() 621 debug("clone_server_list()"); in clone_server_list() 641 debug("make_empty_lookup()"); in make_empty_lookup() 764 debug("clone_lookup()"); in clone_lookup() 854 debug("requeue_lookup()"); in requeue_lookup() 863 debug("before insertion, init@%p -> %p, new@%p -> %p", in requeue_lookup() 866 debug("afte in requeue_lookup() [all...] |
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_crtc.c | 567 crtc->debug.min_vbl = min; in intel_pipe_update_start() 568 crtc->debug.max_vbl = max; in intel_pipe_update_start() 619 crtc->debug.scanline_start = scanline; in intel_pipe_update_start() 620 crtc->debug.start_vbl_time = ktime_get(); in intel_pipe_update_start() 621 crtc->debug.start_vbl_count = intel_crtc_get_vblank_counter(crtc); in intel_pipe_update_start() 633 u64 delta = ktime_to_ns(ktime_sub(end, crtc->debug.start_vbl_time)); in dbg_vblank_evade() 637 if (h >= ARRAY_SIZE(crtc->debug.vbl.times)) in dbg_vblank_evade() 638 h = ARRAY_SIZE(crtc->debug.vbl.times) - 1; in dbg_vblank_evade() 639 crtc->debug.vbl.times[h]++; in dbg_vblank_evade() 641 crtc->debug.vbl.sum += delta; in dbg_vblank_evade() [all …]
|