Home
last modified time | relevance | path

Searched refs:gdb_path (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/espcoredump/corefile/
Dgdb.py27 …def __init__(self, gdb_path, gdb_cmds, core_filename, prog_filename, timeout_sec=DEFAULT_GDB_TIMEO… argument
41 self.p = GdbController(gdb_path=gdb_path, gdb_args=gdb_args)
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DDebugUtils.py98 gdb_path='xtensa-{}-elf-gdb'.format(target),
/hal_espressif-3.6.0/tools/test_apps/system/panic/test_panic_util/
Dtest_panic_util.py163 self.gdb = GdbController(gdb_path=self.TOOLCHAIN_PREFIX + 'gdb')