VirtualBox

Changeset 74252 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Sep 13, 2018 5:22:06 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125046
Message:

IPRT/dbgstackdumpself: Another shot at the solaris linking issue. bugref:9152

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTKrnlModInfo.cpp

    r69434 r74252  
    4949        return RTMsgInitFailure(rc);
    5050
     51    /** @todo proper argument parsing, please. */
     52    if (argc != 1)
     53    {
     54        RTMsgError("Syntax error: This tool takes no parameters.  It just lists the modules\n");
     55        return RTEXITCODE_SYNTAX;
     56    }
     57
    5158    RTEXITCODE rcExit = RTEXITCODE_SUCCESS;
    5259    uint32_t cKrnlMods = RTKrnlModLoadedGetCount();
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