Changeset 90520 in vbox for trunk/src/VBox/Debugger/VBoxDbgGui.h
- Timestamp:
- Aug 4, 2021 9:37:54 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgGui.h
r82968 r90520 91 91 * 92 92 * @returns VBox status code. 93 */ 94 int showStatistics(); 93 * @param pszFilter Filter pattern. 94 * @param pszExpand Expand pattern. 95 */ 96 int showStatistics(const char *pszFilter, const char *pszExpand); 95 97 96 98 /**
Note:
See TracChangeset
for help on using the changeset viewer.