/scripts/build/ |
A D | gen_isr_tables.py | 20 def __init__(self, debug = False): argument 21 self.__debug = debug 23 def debug(self, text): member in gen_isr_log 197 self.__log.debug('IRQ = ' + hex(irq)) 205 self.__log.debug('IRQ_level = 3') 206 self.__log.debug('IRQ_Indx = ' + str(irq3)) 213 self.__log.debug('IRQ_level = 2') 218 self.__log.debug('IRQ_level = 1') 219 self.__log.debug('IRQ_Indx = ' + str(irq1)) 220 self.__log.debug('IRQ_Pos = ' + str(irq1)) [all …]
|
A D | gen_symtab.py | 20 def __init__(self, debug=False): argument 21 self.__debug = debug 23 def debug(self, text): member in gen_symtab_log 85 log.set_debug(args.debug) 119 log.debug('%6d: %s %s %.25s' % (
|
A D | gen_isr_tables_parser_carrays.py | 75 self.__log.debug(str(header_raw)) 90 self.__log.debug("Configured interrupt routing") 91 self.__log.debug("handler irq flags param") 92 self.__log.debug("--------------------------") 95 self.__log.debug("{0:<10} {1:<3} {2:<3} {3}".format( 124 self.__log.debug('offset is ' + str(offset)) 125 self.__log.debug('num_vectors is ' + str(nvec))
|
A D | gen_isr_tables_parser_local.py | 93 self.__log.debug(str(header_raw)) 121 self.__log.debug("Unpacked IRQ{}, flags: {}, sname: \"{}\"\n".format( 128 self.__log.debug("Configured interrupt routing with linker") 129 self.__log.debug("irq flags sname") 130 self.__log.debug("--------------------------") 133 self.__log.debug("{0:<3} {1:<5} {2}".format( 167 self.__log.debug('offset is ' + str(offset)) 168 self.__log.debug('num_vectors is ' + str(nvec))
|
A D | llext_inject_slids.py | 50 self.log.debug(f"section {symtab_name} not found.") 54 self.log.debug(f"(symbol table is at file offset 0x{symtab['sh_offset']:X})") 66 self.log.debug(f"found imported symbol '{sym.name}' at index {i}")
|
A D | gen_kobject_list.py | 150 def debug(text): function 170 debug(str(die)) 171 debug("File '%s', line %d:" % (path, lineno)) 172 debug(" %s" % text) 642 debug("symbol '%s' at %s contains %d object(s)" 660 debug("object '%s' found in invalid location %s" 666 debug("skip kernel-only stack at %s" % hex(addr)) 695 debug("device instance at 0x%x has no associated subsystem" 698 debug("device instance at 0x%x has unknown API 0x%x" 707 debug("found %d kernel object instances total" % len(ret))
|
/scripts/logging/dictionary/ |
A D | parserlib.py | 34 logger.debug("# Build ID: %s", database.get_build_id()) 35 logger.debug("# Target: %s, %d-bit", database.get_arch(), database.get_tgt_bits()) 37 logger.debug("# Endianness: Little") 39 logger.debug("# Endianness: Big")
|
A D | log_parser_uart.py | 47 if args.debug:
|
/scripts/pylib/power-twister-harness/ |
A D | test_power.py | 52 logger.debug(f"Measured RMS values in mA: {rms_values_in_milliamps}") 77 logger.debug(f"Expected RMS: {expected_rms_value:.2f} mA") 78 logger.debug(f"Tolerance: {tolerance:.2f} mA") 79 logger.debug(f"Measured RMS: {measured_rms_value:.2f} mA")
|
/scripts/pylib/twister/twisterlib/ |
A D | handlers.py | 140 logger.debug( 346 logger.debug("Spawning process: " + 435 logger.debug('halted') 471 logger.debug(f"DEVICE: {sl}") 538 logger.debug(stdout.decode()) 761 logger.debug(f'Flash command: {command}', ) 823 logger.debug( 1004 logger.debug(f"QEMU ({pid}): {line}") 1029 logger.debug( 1348 logger.debug(f"QEMU ({self.pid}): {line}") [all …]
|
A D | coverage.py | 49 logger.debug(f"Select {tool} as the coverage tool...") 54 logger.debug(f"Working on {input_file}") 148 logger.debug(f"Gcov data captured: {filename}") 195 logger.debug(f"All coverage data processed: {coverage_completed}") 253 logger.debug(f"Running {cmd_str}...") 290 logger.debug("Coverage merge no files in: %s", dir_) 421 logger.debug(f"Running: {cmd_str}") 435 logger.debug(f"Running: {cmd_str}") 462 logger.debug(f"Coverage merge no files in: {dir_}") 499 logger.debug(f"Running: {cmd_str}") [all …]
|
A D | log_helper.py | 31 logger.debug(msg, str(args)) 33 logger.debug(msg, shlex.join(args))
|
A D | runner.py | 558 logger.debug(f'Running {" ".join(cmd)}') 570 logger.debug(msg) 735 logger.debug(msg) 1054 logger.debug( 1111 logger.debug(f"run test: {self.instance.name}") 1249 logger.debug( 1259 logger.debug( 1291 logger.debug(f"Cleaning up {self.instance.build_dir}") 1571 logger.debug(f"Unknown status = {instance.status}") 1944 logger.debug(f"adding {instance.name}") [all …]
|
/scripts/utils/ |
A D | tls_creds_installer.py | 49 logger.debug(f'-> {command}') 112 logger.debug(f"Cred list output: {data}") 136 logger.debug(f"Result: {result}, Output: {output}") 150 logger.debug(f'-> {line}') 192 logger.debug(f'<- {line.decode("utf-8", errors="replace")}') 204 logger.debug('') 331 logger.debug(f'Checking hash for sectag {args.sectag}...') 336 logger.debug(f'Credential hash: {cred_hash}')
|
/scripts/ |
A D | west-commands.yml | 38 - file: scripts/west_commands/debug.py 40 - name: debug 42 help: flash and interactively debug a Zephyr application 45 help: connect to board and launch a debug server 48 help: interactively debug a board
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
A D | utils.py | 22 logger.debug('Found matching key: %s' % line.strip()) 24 logger.debug('Not found key: %s' % config_key)
|
A D | domains_helper.py | 26 logger.debug("Loaded sysbuild domain data from %s" % domains_file)
|
/scripts/coredump/ |
A D | coredump_gdbserver.py | 66 if args.debug: 75 if args.debug: 84 if args.debug:
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A D | hardware_adapter.py | 111 logger.debug('Flashing device %s', self.device_config.id) 135 logger.debug('Flashing finished') 143 logger.debug('Opening serial connection for %s', serial_name) 190 logger.debug('Closed serial connection for %s', serial_name) 198 logger.debug('Process %s terminated', self.device_config.serial_pty) 278 logger.debug(stdout.decode())
|
/scripts/footprint/ |
A D | compare_footprint | 68 logging.debug("Log init completed") 125 logger.debug('Sanity (%s) %s' %(commit, cmd)) 131 logger.debug(output) 139 logging.debug("footprint build for %s" % commit) 148 logging.debug("cloning into %s" % tmp_location)
|
/scripts/west_commands/completion/ |
A D | west-completion.fish | 177 "debug" "flash and interactively debug a Zephyr application" \ 178 "debugserver" "connect to board and launch a debug server" \ 179 "attach" "interactively debug a board" \ 463 # debug 464 …subcommand; and __zephyr_west_check_if_in_workspace" -ra debug -d "flash and interactively debug a… 470 …se_subcommand; and __zephyr_west_check_if_in_workspace" -ra attach -d "interactively debug a board" 472 ## flash, debug, debugserver, attach 477 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o H -l con… 479 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -o f -l fil… 484 complete -c west -n "__zephyr_west_seen_subcommand_from flash debug debugserver attach" -l gdb -Fr … [all …]
|
/scripts/west_commands/runners/ |
A D | linkserver.py | 141 self.logger.debug(f'LinkServer cmd: + {linkserver_cmd}') 173 self.logger.debug("flash erase command = " + str(linkserver_cmd)) 193 self.logger.debug(f'LinkServer cmd: + {linkserver_cmd}') 219 self.logger.debug("flash command = " + str(linkserver_cmd))
|
A D | nrfutil.py | 112 self.logger.debug(f'Found boards: {snrs}') 168 self.logger.debug(f'Executing batch in: {json_file}') 178 self.logger.debug(f'Executing op: {op}')
|
A D | intel_adsp.py | 106 self.logger.debug(f"rcmd: {self.run_cmd}") 122 self.logger.debug(f"rcmd: {self.log_cmd}")
|
/scripts/coredump/gdbstubs/ |
A D | gdbstub.py | 63 logger.debug(f"Received GDB packet: {data}") 67 logger.debug("ACK") 73 logger.debug(f"NACK (checksum {in_chksum} != {checksum}") 92 logger.debug(f"Sending GDB packet: {pkt}") 320 logger.debug(f"Got packet type: {pkt_type}")
|