VirtualBox

Changeset 52837 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Sep 24, 2014 1:06:58 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96248
Message:

DBGPlugInSolaris.cpp: Check if symsize is zero while we're at it.

File:
1 edited

Legend:

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

    r48946 r52837  
    517517
    518518    /* Ignore modules without symbols. */
    519     if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symspace)
     519    if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize)
    520520        return;
    521521
     
    663663
    664664    /* Ignore modules without symbols. */
    665     if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symspace)
     665    if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize)
    666666        return;
    667667
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