Changeset 98182 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jan 21, 2023 10:35:19 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155367
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c
r98168 r98182 223 223 "\t-A generate driver.conf(4) directives for anonymous tracing\n" 224 224 "\t-b set trace buffer size\n" 225 "\t-c run specified command and exit upon its completion\n" 225 "\t-c run specified command and exit upon its completion\n", fp); 226 (void) fputs( 226 227 "\t-C run cpp(1) preprocessor on script files\n" 227 228 "\t-D define symbol when invoking preprocessor\n" … … 235 236 "\t-i enable or list probes matching the specified probe id\n" 236 237 "\t-I add include directory to preprocessor search path\n" 237 "\t-l list probes matching specified criteria\n" 238 "\t-l list probes matching specified criteria\n", fp); 239 (void) fputs( 238 240 "\t-L add library directory to library search path\n" 239 241 "\t-m enable or list probes matching the specified module name\n" … … 247 249 "\t-S print D compiler intermediate code\n" 248 250 "\t-U undefine symbol when invoking preprocessor\n" 249 "\t-v set verbose mode (report stability attributes, arguments)\n" 251 "\t-v set verbose mode (report stability attributes, arguments)\n", fp); 252 (void) fputs( 250 253 "\t-V report DTrace API version\n" 251 254 "\t-w permit destructive actions\n"
Note:
See TracChangeset
for help on using the changeset viewer.