VirtualBox

Changeset 103464 in vbox for trunk/include


Ignore:
Timestamp:
Feb 20, 2024 2:35:20 AM (12 months ago)
Author:
vboxsync
Message:

VBoxDbg,FE/Qt: Made it possible to configure the sub-tree filtering via the command line. bugref:10376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dbggui.h

    r98103 r103464  
    6969    DECLCALLBACKMEMBER(void, pfnAdjustRelativePos,(PDBGGUI pGui, int x, int y, unsigned cx, unsigned cy));
    7070    /** @copydoc DBGGuiShowStatistics */
    71     DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui, const char *pszFilter, const char *pszExpand));
     71    DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui, const char *pszFilter, const char *pszExpand, const char *pszConfig));
    7272    /** @copydoc DBGGuiShowCommandLine */
    7373    DECLCALLBACKMEMBER(int, pfnShowCommandLine,(PDBGGUI pGui));
     
    152152 * @param   pszFilter   Filter pattern.
    153153 * @param   pszExpand   Expand pattern.
     154 * @param   pszConfig   Advanced filter configuration (min/max/regexp on
     155 *                      sub-trees) and more.
    154156 */
    155 DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui, const char *pszFilter, const char *pszExpand);
     157DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui, const char *pszFilter, const char *pszExpand, const char *pszConfig);
    156158
    157159/**
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