VirtualBox

Ignore:
Timestamp:
Nov 14, 2012 4:33:35 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82073
Message:

Main/MachineDebugger: make it available over the webservice (except the attribute returning the VM pointer which is useless), with assorted minor cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp

    r43484 r43869  
    397397    for (DataMapType::const_iterator it = mNamesMap.begin(); it != mNamesMap.end(); ++ it)
    398398    {
    399         dbg.GetStats (it.key(), true, info);
    400         mValuesMap [it.key()] = parseStatistics (info);
     399        info = dbg.GetStats(it.key(), true);
     400        mValuesMap[it.key()] = parseStatistics(info);
    401401    }
    402402
Note: See TracChangeset for help on using the changeset viewer.

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