Searched refs:tui (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | native.py | 17 tui=False, argument 25 self.gdb_cmd = [cfg.gdb] + (['-tui'] if tui else []) 52 tui=args.tui,
|
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 [] 50 tui=args.tui)
|
D | nsim.py | 27 tui=False, argument 34 self.gdb_cmd = [cfg.gdb] + (['-tui'] if tui else [])
|
D | linkserver.py | 32 tui=False, tool_opt=None): argument 49 self.tui_arg = ['-tui'] if tui else [] 107 tui=args.tui, tool_opt=args.tool_opt)
|
D | pyocd.py | 23 telnet_port=DEFAULT_PYOCD_TELNET_PORT, tui=False, argument 42 self.tui_args = ['-tui'] if tui else [] 125 gdb_port=args.gdb_port, telnet_port=args.telnet_port, tui=args.tui,
|
D | intel_cyclonev.py | 26 tui=None, config=None, serial=None, use_elf=True, argument 85 self.tui_arg = ['-tui'] if tui else [] 165 tui=args.tui, config=args.config, serial=args.serial,
|
D | jlink.py | 61 tui=False, tool_opt=None): argument 81 self.tui_arg = ['-tui'] if tui else [] 164 tui=args.tui, tool_opt=args.tool_opt)
|
D | openocd.py | 49 tui=None, config=None, serial=None, use_elf=None, argument 106 self.tui_arg = ['-tui'] if tui else [] 197 tui=args.tui, config=args.config, serial=args.serial,
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 127 GDB provides a curses-based interface that runs in the terminal. Pass the ``--tui`` 128 option when invoking :command:`gdb` or give the ``tui enable`` command within 133 The GDB version on your development system might not support the ``--tui``
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 341 host$ gdb-multiarch build/zephyr/zephyr.elf -tui
|