Ticket #30413: Untitled.txt

File Untitled.txt, 2.6 KB (added by jmeyer@…, 13 years ago)

Error - a little more readable.

Line 
1:info:build dtrace -G -s glib_probes.d -o glib_probes.o
2:info:build Usage: dtrace [-aACeFHlqSvVwZ] [-arch i386|x86_64] [-b bufsz] [-c cmd] [-D name[=def]]
3:info:build     [-I path] [-L path] [-o output] [-p pid] [-s script] [-U name]
4:info:build     [-x opt[=val]]
5:info:build
6:info:build     [-P provider [[ predicate ] action ]]
7:info:build     [-m [ provider: ] module [[ predicate ] action ]]
8:info:build     [-f [[ provider: ] module: ] func [[ predicate ] action ]]
9:info:build     [-n [[[ provider: ] module: ] func: ] name [[ predicate ] action ]]
10:info:build     [-i probe-id [[ predicate ] action ]] [ args ... ]
11:info:build
12:info:build     predicate -> '/' D-expression '/'
13:info:build        action -> '{' D-statements '}'
14:info:build
15:info:build     -arch Generate programs and Mach-O files for the specified architecture
16:info:build
17:info:build     -a  claim anonymous tracing state
18:info:build     -A  generate plist(5) entries for anonymous tracing
19:info:build     -b  set trace buffer size
20:info:build     -c  run specified command and exit upon its completion
21:info:build     -C  run cpp(1) preprocessor on script files
22:info:build     -D  define symbol when invoking preprocessor
23:info:build     -e  exit after compiling request but prior to enabling probes
24:info:build     -f  enable or list probes matching the specified function name
25:info:build     -F  coalesce trace output by function
26:info:build     -h  generate a header file with definitions for static probes
27:info:build     -H  print included files when invoking preprocessor
28:info:build     -i  enable or list probes matching the specified probe id
29:info:build     -I  add include directory to preprocessor search path
30:info:build     -l  list probes matching specified criteria
31:info:build     -L  add library directory to library search path
32:info:build     -m  enable or list probes matching the specified module name
33:info:build     -n  enable or list probes matching the specified probe name
34:info:build     -o  set output file
35:info:build     -p  grab specified process-ID and cache its symbol tables
36:info:build     -P  enable or list probes matching the specified provider name
37:info:build     -q  set quiet mode (only output explicitly traced data)
38:info:build     -s  enable or list probes according to the specified D script
39:info:build     -S  print D compiler intermediate code
40:info:build     -U  undefine symbol when invoking preprocessor
41:info:build     -v  set verbose mode (report stability attributes, arguments)
42:info:build     -V  report DTrace API version
43:info:build     -w  permit destructive actions
44:info:build     -x  enable or modify compiler and tracing options
45:info:build     -Z  permit probe descriptions that match zero probes
46:info:build make[2]: *** [glib_probes.o] Error 2