Lines Matching refs:logger
39 logger = logging.getLogger('replay')
43 logger.info('recording the execution...')
46 logger.info('replaying the execution...')
57 logger=self.log.getChild('console'),
103 logger = logging.getLogger('replay')
106 logger.info('creating qcow2 image for VM snapshots')
127 logger.info("recorded log with %s+ steps" % last_icount)
131 logger.info('connecting to gdbstub')
142 logger.info('stepping forward')
147 logger.info('saving position %x' % pc)
152 logger.info('stepping backward')
156 logger.info('found position %x' % addr)
159 logger.info('stepping forward')
163 logger.info('found position %x' % addr)
166 logger.info('setting breakpoints')
173 logger.info('continuing execution')
180 logger.info('reached the end (icount %s)' % (last_icount - 1))
182 logger.info('hit a breakpoint again at %x (icount %s)' %
185 logger.info('running reverse continue to reach %x' % steps[-1])
192 logger.info('successfully reached %x' % steps[-1])
194 logger.info('exiting gdb and qemu')