Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 40) sorted by relevance

12

/openthread-3.7.0/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py95 logger.debug('My port is %s', self.port)
98 logger.debug('My port num is %d', portnum)
131 logger.debug('[%s] Expecting [%s]', self.port, expected)
183 logging.debug('Nothing cleared')
185 logger.debug('sending [%s]', line)
202 logger.debug('DUT> %s', req)
218 logger.debug('Got line %s', line)
273 logger.debug('DUT> reset')
Dpdu_controller.py126 logger.debug('waiting for %s', regex)
342 logger.debug('Turned OFF socket {} at {}'.format(socket, self.ip))
365 logger.debug('Turned ON socket {} at {}'.format(socket, self.ip))
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Dcheck_names.py232 self.log.debug(
286 self.log.debug("Found:")
289 self.log.debug(" {:4} Total {} Macros"
291 self.log.debug(" {:4} {} Non-identifier Macros"
293 self.log.debug(" {:4} Enum Constants".format(len(enum_consts)))
294 self.log.debug(" {:4} Identifiers".format(len(identifiers)))
295 self.log.debug(" {:4} Exported Symbols".format(len(symbols)))
383 self.log.debug("Looking for macros in {} files".format(len(files)))
418 self.log.debug(
451 self.log.debug("Looking for enum consts in {} files".format(len(files)))
[all …]
Daudit-validity-dates.py465 logger.debug("Done!")
/openthread-3.7.0/third_party/mbedtls/repo/scripts/
Dabi_check.py162 self.log.debug(
173 self.log.debug(fetch_output.decode("utf-8"))
176 self.log.debug("Checking out git worktree for revision {}".format(
186 self.log.debug(worktree_output.decode("utf-8"))
192 self.log.debug("Commit is {}".format(version.commit))
204 self.log.debug(update_output.decode("utf-8"))
216 self.log.debug(fetch_output.decode("utf-8"))
226 self.log.debug(checkout_output.decode("utf-8"))
241 self.log.debug(make_output.decode("utf-8"))
275 self.log.debug(abi_dump_output.decode("utf-8"))
[all …]
Dcode_size_compare.py309 self.logger.debug("Using current work directory.")
312 self.logger.debug("Creating git worktree for {}."
337 self.logger.debug("Building library/*.o for {}."
367 self.logger.debug("Measuring code size for {} by `{}`."
387 self.logger.debug("Removing temporary worktree {}."
796 self.logger.debug("Code size csv file for {} already exists."
804 self.logger.debug("Generating code size csv for {}."
835 self.logger.debug("Generating comparison results between {} and {}."
/openthread-3.7.0/tools/tcat_ble_client/ble/
Dble_stream.py59 logger.debug(f'received {len(data)} bytes')
76 logger.debug(f'sending {data}')
92 logger.debug(f'retrieved {message}')
Dudp_stream.py45 logger.debug(f'sending {data}')
51 logger.debug(f'retrieved {message}')
/openthread-3.7.0/tests/scripts/thread-cert/
Dsniffer.py85 self.logger.debug("Sniffer started.")
103 self.logger.debug("Received messages: {}".format(messages))
112 self.logger.debug("Sniffer stopped.")
DREADME.md10 import debug
11 debug.Inspector(self).inspect()
Dthread_cert.py44 import debug
243 self._inspector = debug.Inspector(self)
/openthread-3.7.0/tools/harness-simulation/posix/sniffer_sim/
Dsniffer.py84 self.logger.debug('call Start')
102 self.logger.debug('Running command: %s', ' '.join(cmd))
175 self.logger.debug('call FilterNodes')
195 self.logger.debug('call Stop')
/openthread-3.7.0/third_party/jlink/
DREADME.md5 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
/openthread-3.7.0/tools/gerrit/
Dgit-squash-merge.sh70 --debug) set -x ;;
/openthread-3.7.0/third_party/mbedtls/repo/programs/ssl/
Dssl_context_info.c107 char debug = 0; /* flag for debug messages */ variable
143 if (debug) { in printf_dbg()
190 debug = 1; in parse_arguments()
983 if (debug) { in main()
/openthread-3.7.0/tools/otci/otci/
Dcommand_handlers.py201 logging.debug('%s: %r', self.__otcli, line)
212 logging.debug('%s: %s', self.__otcli, line)
/openthread-3.7.0/tests/scripts/thread-cert/pktverify/
Dlayers.py99 logging.debug("layer %s add field: %s = %s", self.layer_name, key, val)
Dpacket.py69 logging.debug("stripping eth: src=%s, dst=%s", eth_src, eth_dst)
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dtesting.md21 However, when it comes to TLS, we also have the option of using debug messages
26 good to have a debug message checked by the test case to confirm that the
/openthread-3.7.0/tests/unit/
DREADME.md3 …build and run OpenThread unit tests. It will be helpful for developers to debug failed unit test c…
/openthread-3.7.0/tools/tcat_ble_client/
Dbbtc.py62 if args.debug:
/openthread-3.7.0/third_party/mbedtls/repo/
DREADME.md109 …ibraries in addition to the static libraries. Setting `DEBUG` gives you a debug build. You can ove…
144 - `Debug`. This generates debug information and disables optimization of the code.
145 - `Coverage`. This generates code coverage information in addition to debug information.
147 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces.
149 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
152 Switching build modes in CMake is simple. For debug mode, enter at the command line:
/openthread-3.7.0/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt35 #include "mbedtls/debug.h"
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_debug.function40 /* Detect if debug messages output partial lines and mark them */
/openthread-3.7.0/third_party/mbedtls/
DBUILD.gn76 "repo/include/mbedtls/debug.h",
184 "repo/library/debug.c",

12