Searched refs:logging (Results 1 – 15 of 15) sorted by relevance
| /xnu-8792.81.2/tools/lldbmacros/usertaskdebugging/ |
| H A D | gdbserver.py | 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) [all …]
|
| H A D | target.py | 6 import logging 50 logging.critical("Not Implemented: getRegisterDataForThread") 54 logging.critical("readMemory: Not Implemented: readMemory") 66 logging.critical("getRegisterInfo: Not Implemented: getRegisterInfo") 70 logging.critical("Not Implemented: qProcessInfo") 78 logging.warning('getFirstThreadInfo: Process has no threads') 90 logging.critical("Not Implemented: qShlibInfoAddr") 121 logging.critical("getThreadStopInfo: Not Implemented. returning basic info.")
|
| H A D | interface.py | 6 import logging 19 logging.debug("created %s" % str(self)) 25 …logging.debug("Initializing network interface for communication host: %s:%d", self.host_cfg, self.… 32 logging.warning("timeout: select returned empty list. retrying..") 35 logging.info("Connected to client from %s" % str(addr)) 37 logging.error("Failed to connect. Exiting after multiple attempts.") 63 logging.debug('closing connection.')
|
| H A D | userprocess.py | 6 import logging 65 logging.debug("created thread id 0x%x of type %s, cputype 0x%x" 95 … logging.warning("regnum %d is not defined for thread_id 0x%x" % (reg_num, self.thread_id)) 137 logging.info(dbg_message) 140 logging.debug("iterating over threads in process") 147 logging.critical("0x%x thread id is not found in this task") 150 logging.warning("regnum %d is not defined for thread_id 0x%x" % (reg_num, th_id)) 157 logging.critical("0x%x thread id is not found in this task" % th_id) 173 logging.critical("0x%x thread id is not found in this task") 181 logging.debug("No register_info for number %d." % regnum) [all …]
|
| H A D | rsprotocol.py | 5 import logging 39 logging.error('Invalid bytedata considered as message %s' % bytedata) 44 logging.debug("empty message %s"%bytedata) 48 logging.debug("Creating message from data %s" % bytedata[data_begin:data_end])
|
| /xnu-8792.81.2/tools/lldbmacros/ |
| H A D | usertaskgdbserver.py | 4 import logging 16 logging.basicConfig(level=log_level, 32 log_level = logging.INFO 34 log_level = logging.DEBUG 36 log_level = logging.WARNING
|
| H A D | kcdata.py | 11 import logging 518 …logging.info("0x%08x: %sCONTAINER: %s(%x)" % (self.offset, INDENT(), GetTypeNameForKey(self.obj['t… 523 logging.info("0x%08x: %s%s" % (self.offset, INDENT(), self.i_name)) 527 logging.info("0x%08x: %sEND" % (self.offset, INDENT(end=True))) 531 logging.info("0x%08x: %sEND_BUFFER" % (self.offset, INDENT(end=True))) 538 logging.info("0x%08x: %s%s" % (self.offset, INDENT(), self.i_name)) 545 logging.info("0x%08x: %s%s" % (self.offset, INDENT(), self.i_name)) 561 logging.info("0x%08x: %s%s" % (self.offset, INDENT(), self.i_name)) 577 logging.info("0x%08x: %sARRAY: %s" % (self.offset, INDENT(), self.i_name)) 594 logging.info("0x%08x: %sARRAY: %s" % (self.offset, INDENT(), self.i_name)) [all …]
|
| H A D | README.md | 433 …gging needs. It will not print any output unless the user turns on debug logging on the command. P… 435 * To enable/disable logging 437 Enabled debug logging.
|
| /xnu-8792.81.2/doc/ |
| H A D | task_ref.md | 102 at all). Backtrace logging for all groups is disabled, including task reference 103 groups. To enable backtrace logging and reference group statistics, the `rlog` 104 boot-arg must be used. Backtrace logging for task reference groups is only 109 To enable statistics for all reference groups and backtrace logging for the
|
| H A D | startup.md | 161 - Middle: Enable zone caching & logging
|
| /xnu-8792.81.2/libkern/os/ |
| H A D | log.c | 429 bool logging = !os_log_turned_off(); in _os_log_with_args_internal() local 432 _os_log_to_msgbuf_internal(fmt, args, ts, safe, logging, addcr); in _os_log_with_args_internal() 435 if (safe && logging) { in _os_log_with_args_internal() 442 bool safe, bool logging, bool addcr) in _os_log_to_msgbuf_internal() argument 465 } else if (logging && (-1 != msgbufreplay)) { in _os_log_to_msgbuf_internal()
|
| /xnu-8792.81.2/osfmk/mach/ |
| H A D | audit_triggers.defs | 34 * Interface definition for the audit logging facility.
|
| /xnu-8792.81.2/makedefs/ |
| H A D | MakeInc.cmd | 39 # Helper functions for logging operations. 46 # Concise logging puts all logs on the same line (CSI K to clear and
|
| /xnu-8792.81.2/osfmk/vm/ |
| H A D | vm_kern.h | 935 #pragma mark - kernel address obfuscation / hashhing for logging
|
| /xnu-8792.81.2/config/ |
| H A D | MASTER | 428 # ECC data logging
|