Changeset 94596 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2022 9:41:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r94590 r94596 1130 1130 # Cool tweak to run performance analysis instead of gdb: 1131 1131 #sGdb = '/usr/bin/valgrind'; 1132 #sGdbCmdLine = '%s --tool=callgrind --collect-atstart=no -- %s --pidfile %s' % (sGdb, sVBoxSVC, self.sVBoxSvcPidFile); 1132 #sGdbCmdLine = '%s --tool=callgrind --collect-atstart=no -- %s --pidfile %s' \ 1133 # % (sGdb, sVBoxSVC, self.sVBoxSvcPidFile); 1133 1134 reporter.log('term="%s" gdb="%s"' % (sTerm, sGdbCmdLine)); 1134 1135 os.environ['SHELL'] = self.sOrgShell; # Non-working shell may cause gdb and/or the term problems.
Note:
See TracChangeset
for help on using the changeset viewer.