VirtualBox

Changeset 54213 in vbox


Ignore:
Timestamp:
Feb 15, 2015 11:49:26 PM (10 years ago)
Author:
vboxsync
Message:

stop searching on success.

File:
1 edited

Legend:

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

    r54212 r54213  
    853853                if (RT_SUCCESS(rc))
    854854                    rc = dbgDiggerLinuxLoadKernelSymbols(pUVM, pThis);
    855 
     855                if (RT_SUCCESS(rc))
     856                    break;
    856857            }
    857858        }
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