Changeset 61520 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jun 7, 2016 9:05:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r61511 r61520 2570 2570 ('cpumguestinstr', 'symbol all'), 2571 2571 ('pic', ''), 2572 ('apic', ''),2573 2572 ('ioapic', ''), 2574 2573 ('pit', ''), … … 2578 2577 ('guestgdt', ''), 2579 2578 ('ldtguest', ''), 2580 ]: 2579 ]: # ('apic', ''), - asserts, wtf? 2581 2580 sThis = oSession.queryDbgInfo(sInfo, sArg); 2582 2581 if sThis is not None and len(sThis) > 0:
Note:
See TracChangeset
for help on using the changeset viewer.