VirtualBox

Changeset 62469 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 22, 2016 6:02:13 PM (8 years ago)
Author:
vboxsync
Message:

Debugger: scm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGPlugInLinux.cpp

    r62319 r62469  
    18281828 * @param   ppszCfgNext         Where to store the pointer to the data following the identifier.
    18291829 * @param   ppszIde             Where to store the pointer to the identifier on success.
    1830  *                              Free with RTStrFree().         
     1830 *                              Free with RTStrFree().
    18311831 */
    18321832static int dbgDiggerLinuxCfgParseIde(const char *pszCfg, const char **ppszCfgNext, char **ppszIde)
     
    18831883            {
    18841884                pCfgItem->enmType = DBGDIGGERLINUXCFGITEMTYPE_NUMBER;
    1885                 pCfgItem->u.i64Num = i64Num; 
     1885                pCfgItem->u.i64Num = i64Num;
    18861886            }
    18871887            else
     
    19201920        {
    19211921            pCfgItem->enmType = DBGDIGGERLINUXCFGITEMTYPE_FLAG;
    1922             pCfgItem->u.fModule = *pszCfg == 'm'; 
     1922            pCfgItem->u.fModule = *pszCfg == 'm';
    19231923        }
    19241924        else
     
    20252025}
    20262026
    2027 /** 
     2027/**
    20282028 * Decompresses the given config and validates the UTF-8 encoding.
    20292029 *
     
    22002200     * to get the symbol table, the config database is required to select
    22012201     * the method to use.
    2202      */ 
     2202     */
    22032203    int rc = dbgDiggerLinuxCfgFind(pThis, pUVM);
    22042204    if (RT_FAILURE(rc))
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