Searched refs:tui (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.4.0/scripts/west_commands/runners/ |
D | nios2.py | 19 def __init__(self, cfg, quartus_py=None, cpu_sof=None, tui=False): argument 26 self.tui_arg = ['-tui'] if tui else [] 46 tui=args.tui)
|
D | nsim.py | 27 tui=False, argument 34 self.gdb_cmd = [cfg.gdb] + (['-tui'] if tui else [])
|
D | pyocd.py | 23 telnet_port=DEFAULT_PYOCD_TELNET_PORT, tui=False, argument 42 self.tui_args = ['-tui'] if tui else [] 127 gdb_port=args.gdb_port, telnet_port=args.telnet_port, tui=args.tui,
|
D | jlink.py | 44 tui=False, tool_opt=[]): argument 63 self.tui_arg = ['-tui'] if tui else [] 136 tui=args.tui, tool_opt=args.tool_opt)
|
D | intel_cyclonev.py | 32 tui=None, config=None, serial=None, use_elf=True, argument 87 self.tui_arg = ['-tui'] if tui else [] 166 tui=args.tui, config=args.config, serial=args.serial,
|
D | openocd.py | 32 tui=None, config=None, serial=None, use_elf=None, argument 79 self.tui_arg = ['-tui'] if tui else [] 159 tui=args.tui, config=args.config, serial=args.serial,
|
/Zephyr-Core-3.4.0/boards/arm/mimx8mp_phyboard_pollux/doc/ |
D | index.rst | 251 host$ gdb-multiarch build/zephyr/zephyr.elf -tui
|
/Zephyr-Core-3.4.0/boards/arm/mimx8mm_phyboard_polis/doc/ |
D | index.rst | 318 host$ gdb-multiarch build/zephyr/zephyr.elf -tui
|
/Zephyr-Core-3.4.0/doc/develop/application/ |
D | index.rst | 1159 GDB provides a curses-based interface that runs in the terminal. Pass the ``--tui`` 1160 option when invoking :command:`gdb` or give the ``tui enable`` command within 1165 The GDB version on your development system might not support the ``--tui``
|