Lines Matching refs:logging
5 import logging
17 logging.info("Starting gdb server for localhost:%d" % self.portnum)
23 logging.critical("No client connected. Bailing.")
26 logging.debug('Starting gdb server.')
37 logging.warn("found exception in read %s" % (str(e)))
38 logging.debug("currentbytes: %s" % readBytes)
48 logging.debug('ignoring message: %s' % readBytes)
56 logging.debug("response: %s" % r_msg.getRSPByteData())
65 logging.debug('RCV:' + query)
75 logging.debug('Ignoring query %s' % query)
82 logging.debug('Ignoring breakpoint query %s' % query)
117 logging.info('Client requested to detach.')
152 logging.error("Failed to get register information query: %s error: %s" % (query, e))
170 logging.debug('REGISTER INFO bytes = ' + bytes)
172 logging.error("Failed to get register information query: %s error: %s" % (query, e))
182 … logging.error("Non-fatal: Failed to get register information: query: %s error: %s" % (query, e))
194 logging.warn('Failed to read data %s' % str(e))
202 logging.info('Not supporting writing to memory. %s' % query)
210 logging.error("Failed to get process information")
219 logging.error("Failed to get Shared Library information")
227 logging.error("Failed to get QC info")