Lines Matching refs:logging
1 import logging
13 logging.info("Starting gdb server for localhost:%d" % self.portnum)
19 logging.critical("No client connected. Bailing.")
22 logging.debug('Starting gdb server.')
33 logging.warn("found exception in read %s" % (str(e)))
34 logging.debug("currentbytes: %s" % readBytes)
44 logging.debug('ignoring message: %s' % readBytes)
52 logging.debug("response: %s" % r_msg.getRSPByteData())
61 logging.debug('RCV:' + query)
71 logging.debug('Ignoring query %s' % query)
78 logging.debug('Ignoring breakpoint query %s' % query)
113 logging.info('Client requested to detach.')
148 logging.error("Failed to get register information query: %s error: %s" % (query, e))
166 logging.debug('REGISTER INFO bytes = ' + bytes)
168 logging.error("Failed to get register information query: %s error: %s" % (query, e))
178 … logging.error("Non-fatal: Failed to get register information: query: %s error: %s" % (query, e))
190 logging.warn('Failed to read data %s' % str(e))
198 logging.info('Not supporting writing to memory. %s' % query)
206 logging.error("Failed to get process information")
215 logging.error("Failed to get Shared Library information")
223 logging.error("Failed to get QC info")