Changeset 61719 in vbox
- Timestamp:
- Jun 15, 2016 1:55:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r61696 r61719 2582 2582 ('cpumguestinstr', 'symbol all'), 2583 2583 ('pic', ''), 2584 ('apic', ''), 2584 2585 ('ioapic', ''), 2585 2586 ('pit', ''), … … 2589 2590 ('guestgdt', ''), 2590 2591 ('ldtguest', ''), 2591 ]: # ('apic', ''), - asserts, wtf?2592 ]: 2592 2593 sThis = oSession.queryDbgInfo(sInfo, sArg); 2593 2594 if sThis is not None and len(sThis) > 0:
Note:
See TracChangeset
for help on using the changeset viewer.