VirtualBox

Changeset 65378 in vbox


Ignore:
Timestamp:
Jan 19, 2017 10:42:05 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112974
Message:

ValidationKit: Fix getting the list of loaded binaries for some older gdb where the offset is not given in hex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/btresolver.py

    r65377 r65378  
    159159               and asCandidate[1].startswith('0x') \
    160160               and asCandidate[2].startswith('0x') \
    161                and asCandidate[3] == '0x0' \
     161               and (asCandidate[3] == '0x0' or asCandidate[3] == '0')\
    162162               and 'VirtualBox' in asCandidate[4]:
    163163                asListBinaries.append((asCandidate[0], os.path.basename(asCandidate[4])));
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