Home
last modified time | relevance | path

Searched +refs:syntax +refs:debug +refs:info (Results 151 – 175 of 20387) sorted by relevance

12345678910>>...816

/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_objdump35 '(-g --debugging)'{-g,--debugging}'[display debug information in object file]'
36 '(-e --debugging-tags)'{-e,--debugging-tags}'[display debug information using ctags style]'
97 '-aarch64-neon-syntax=[choose style of NEON code (AArch64)]:style:(generic apple)'
102 '-bind[display Mach-O binding info]'
103 '-color[use color syntax highlighting]'
108 '-dsym=[use the specified .dSYM file for debug info (with -macho)]:dsym file:_files'
109 '-dwarf=[dump of dwarf debug section]:section:(frames)'
116 '-g[print line information from debug info if available (with -macho)]'
118 '-info-plist[print the info plist section (with -macho)]'
150 '-verify-dom-info[verify dominator info (time consuming)]'
[all …]
/dports/lang/racket/racket-8.3/src/io/logger/
H A Ddemo.rkt5 (define-syntax-rule (test expect rhs)
29 (define lr1 (make-log-receiver root-logger 'info 'cats))
31 (test 'info (log-max-level demo1-logger))
34 (test 'info (log-max-level demo1-logger 'cats))
40 (test #t (log-level? demo1-logger 'info 'cats))
41 (test #f (log-level? demo1-logger 'debug 'cats))
42 (test #f (log-level? demo1-logger 'info 'dogs))
49 (log-message demo1-logger 'info 'cats "hello" 7)
51 (test '#(info "cats: hello" 7 cats) msg1)
53 (log-message demo1-logger 'info 'cats "goodbye" 9)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/io/logger/
H A Ddemo.rkt5 (define-syntax-rule (test expect rhs)
29 (define lr1 (make-log-receiver root-logger 'info 'cats))
31 (test 'info (log-max-level demo1-logger))
34 (test 'info (log-max-level demo1-logger 'cats))
40 (test #t (log-level? demo1-logger 'info 'cats))
41 (test #f (log-level? demo1-logger 'debug 'cats))
42 (test #f (log-level? demo1-logger 'info 'dogs))
49 (log-message demo1-logger 'info 'cats "hello" 7)
51 (test '#(info "cats: hello" 7 cats) msg1)
53 (log-message demo1-logger 'info 'cats "goodbye" 9)
[all …]
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Drtl.test25 #:use-module (system vm debug))
35 (define-syntax-rule (assert-equal val expr)
48 (define-syntax-rule (assert-constants val ...)
80 (define-syntax-rule (assert-bad-constants val ...)
205 (with-test-prefix "debug contexts"
214 (and=> (find-program-debug-info (program-code return-3))
216 (equal? (program-debug-info-name pdi)
220 (and=> (find-program-debug-info (program-code return-3))
222 (equal? (program-debug-info-addr pdi)
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dclang_options_data.zig2323 flagpd1("cl-kernel-arg-info"),
2421 flagpd1("debug-info-macro"),
2657 flagpd1("fdiagnostics-fixit-info"),
2850 flagpd1("flimit-debug-info"),
2992 flagpd1("fno-debug-info-for-profiling"),
3096 flagpd1("fno-limit-debug-info"),
3678 flagpd1("gcolumn-info"),
3712 flagpd1("gno-column-info"),
4167 flagpd1("module-file-info"),
4837 .name = "verify-debug-info",
[all …]
/dports/lang/zig/zig-0.9.0/src/
H A Dclang_options_data.zig2323 flagpd1("cl-kernel-arg-info"),
2421 flagpd1("debug-info-macro"),
2657 flagpd1("fdiagnostics-fixit-info"),
2850 flagpd1("flimit-debug-info"),
2992 flagpd1("fno-debug-info-for-profiling"),
3096 flagpd1("fno-limit-debug-info"),
3678 flagpd1("gcolumn-info"),
3712 flagpd1("gno-column-info"),
4167 flagpd1("module-file-info"),
4837 .name = "verify-debug-info",
[all …]
/dports/lang/racket/racket-8.3/collects/syntax/parse/private/
H A Dresidual-ct.rkt14 prop:syntax-class
18 log-syntax-parse-error
19 log-syntax-parse-warning
20 log-syntax-parse-info
21 log-syntax-parse-debug
22 syntax-parse-logger
26 syntax-local-syntax-parse-pattern-introduce)
28 (define-logger syntax-parse)
47 (make-struct-type-property 'syntax-class))
103 (define (syntax-local-syntax-parse-pattern-introduce stx)
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/syntax/parse/private/
H A Dresidual-ct.rkt14 prop:syntax-class
18 log-syntax-parse-error
19 log-syntax-parse-warning
20 log-syntax-parse-info
21 log-syntax-parse-debug
22 syntax-parse-logger
26 syntax-local-syntax-parse-pattern-introduce)
28 (define-logger syntax-parse)
47 (make-struct-type-property 'syntax-class))
103 (define (syntax-local-syntax-parse-pattern-introduce stx)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/
H A Drunhcs.proto1 syntax = "proto3";
12 // enable debug tracing
13 bool debug = 1; field
21 // debug tracing output type
52 // info returned in the Pids query.
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/
H A Drunhcs.proto1 syntax = "proto3";
12 // enable debug tracing
13 bool debug = 1; field
21 // debug tracing output type
52 // info returned in the Pids query.
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/
H A Drunhcs.proto1 syntax = "proto3";
12 // enable debug tracing
13 bool debug = 1; field
21 // debug tracing output type
52 // info returned in the Pids query.
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/
H A Drunhcs.proto1 syntax = "proto3";
12 // enable debug tracing
13 bool debug = 1; field
21 // debug tracing output type
52 // info returned in the Pids query.
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/
H A Drunhcs.proto1 syntax = "proto3";
12 // enable debug tracing
13 bool debug = 1; field
21 // debug tracing output type
52 // info returned in the Pids query.
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/
H A Dtool-lib.rkt16 racket/struct-info
33 (require (for-syntax racket/base racket/list racket/struct-info))
667 drracket:debug:make-debug-error-display-handler
706 drracket:debug:make-debug-compile-handler
716 drracket:debug:make-debug-eval-handler
755 drracket:debug:bug-info->ticket-url
780 ((debug-info)
783 @racket[debug-info]. Only the src the position
1346 text:info<%>
1360 (implementation?/c editor:info<%>)
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/
H A Dlog.sld15 ;; syntax
23 log-warn log-notice log-info log-debug
39 (define-syntax protect
40 (syntax-rules ()
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/mips/
H A Dcompiler.pkg197 parse-define-syntax)
205 syntax-files!)
243 (export (compiler debug)
254 (files "base/debug")
257 debug/find-continuation
258 debug/find-entry-node
259 debug/find-procedure
260 debug/where
531 (export (compiler debug)
651 "back/syntax" ;Generic syntax phase
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/bobcat/
H A Dcompiler.pkg197 parse-define-syntax)
205 syntax-files!)
243 (export (compiler debug)
254 (files "base/debug")
257 debug/find-continuation
258 debug/find-entry-node
259 debug/find-procedure
260 debug/where
531 (export (compiler debug)
649 "back/syntax" ;Generic syntax phase
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/spectrum/
H A Dcompiler.pkg197 parse-define-syntax)
205 syntax-files!)
247 (export (compiler debug)
258 (files "base/debug")
261 debug/find-continuation
262 debug/find-entry-node
263 debug/find-procedure
264 debug/where
535 (export (compiler debug)
655 "back/syntax" ;Generic syntax phase
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/guide/
H A Dbuild-cache.md17 <code style="white-space: nowrap">target/debug/</code> | Contains output for the `dev` profile.
22 `debug` directory, and the `release` and `bench` profiles are stored in the
31 …ce: nowrap">target/&lt;triple&gt;/debug/</code> | <code style="white-space: nowrap">target/thumbv7…
40 Within the profile directory (such as `debug` or `release`), artifacts are
66 ### Dep-info files
68 Next to each compiled artifact is a file called a "dep info" file with a `.d`
69 suffix. This file is a Makefile-like syntax that indicates all of the file
73 [`build.dep-info-basedir`] config option to use relative paths.
76 # Example dep-info file found in target/debug/foo.d
77 /path/to/myproj/target/debug/foo: /path/to/myproj/src/lib.rs /path/to/myproj/src/main.rs
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/guide/
H A Dbuild-cache.md17 <code style="white-space: nowrap">target/debug/</code> | Contains output for the `dev` profile.
22 `debug` directory, and the `release` and `bench` profiles are stored in the
31 …ce: nowrap">target/&lt;triple&gt;/debug/</code> | <code style="white-space: nowrap">target/thumbv7…
40 Within the profile directory (such as `debug` or `release`), artifacts are
66 ### Dep-info files
68 Next to each compiled artifact is a file called a "dep info" file with a `.d`
69 suffix. This file is a Makefile-like syntax that indicates all of the file
73 [`build.dep-info-basedir`] config option to use relative paths.
76 # Example dep-info file found in target/debug/foo.d
77 /path/to/myproj/target/debug/foo: /path/to/myproj/src/lib.rs /path/to/myproj/src/main.rs
[all …]
/dports/lang/itcl/itcl3.4.1/tests/
H A Dimport.test22 test import-1.1 {basic syntax for "stub" command} {
42 global debug
51 set debug ""
53 [info commands ::foo::bar::test] \
55 $debug
61 set debug ""
71 set debug ""
77 $debug
102 lsort [info commands ::test::*]
111 list [lsort [info commands ::user1::*]] \
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger/tests/macro-debugger/tests/
H A Dperf.rkt4 macro-debugger/model/debug
12 (define time-info-handler (make-parameter void))
13 (define-syntax-rule (with-log-time [label ...] . body)
15 ((time-info-handler) (list label ...) cpu-msec real-msec gc-msec)
37 (define (the-time-info-handler label cpu-msec real-msec gc-msec)
45 (module config info (define timeout 1200))
51 (time-info-handler the-time-info-handler))
/dports/graphics/wings/libigl-2.1.0/
H A D.gitignore1 # use glob syntax.
4 *.egg-info/
85 syntax: glob
96 tutorial/cmake-build-debug
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/alpha/
H A Dcompiler.pkg196 parse-define-syntax)
204 syntax-files!)
237 (export (compiler debug)
248 (files "base/debug")
251 debug/find-continuation
252 debug/find-entry-node
253 debug/find-procedure
254 debug/where
525 (export (compiler debug)
645 "back/syntax" ;Generic syntax phase
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/vax/
H A Dcompiler.pkg197 parse-define-syntax)
205 syntax-files!)
238 (export (compiler debug)
249 (files "base/debug")
252 debug/find-continuation
253 debug/find-entry-node
254 debug/find-procedure
255 debug/where
526 (export (compiler debug)
644 "back/syntax" ;Generic syntax phase
[all …]

12345678910>>...816