Lines Matching refs:logger
38 logger = logging.getLogger('replay')
42 logger.info('recording the execution...')
45 logger.info('replaying the execution...')
56 logger=self.log.getChild('console'),
105 logger = logging.getLogger('replay')
108 logger.info('creating qcow2 image for VM snapshots')
126 logger.info("recorded log with %s+ steps" % last_icount)
132 logger.info('connecting to gdbstub')
143 logger.info('stepping forward')
148 logger.info('saving position %x' % pc)
153 logger.info('stepping backward')
157 logger.info('found position %x' % addr)
160 logger.info('stepping forward')
164 logger.info('found position %x' % addr)
167 logger.info('setting breakpoints')
174 logger.info('continuing execution')
181 logger.info('reached the end (icount %s)' % (last_icount - 1))
183 logger.info('hit a breakpoint again at %x (icount %s)' %
186 logger.info('running reverse continue to reach %x' % steps[-1])
193 logger.info('successfully reached %x' % steps[-1])
195 logger.info('exiting gdb and qemu')