VirtualBox

Changeset 98182 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Jan 21, 2023 10:35:19 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155367
Message:

VBoxDTrace: pedantic build fix. bugref:10348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c

    r98168 r98182  
    223223            "\t-A  generate driver.conf(4) directives for anonymous tracing\n"
    224224            "\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(
    226227            "\t-C  run cpp(1) preprocessor on script files\n"
    227228            "\t-D  define symbol when invoking preprocessor\n"
     
    235236            "\t-i  enable or list probes matching the specified probe id\n"
    236237            "\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(
    238240            "\t-L  add library directory to library search path\n"
    239241            "\t-m  enable or list probes matching the specified module name\n"
     
    247249            "\t-S  print D compiler intermediate code\n"
    248250            "\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(
    250253            "\t-V  report DTrace API version\n"
    251254            "\t-w  permit destructive actions\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette