Home | History | Annotate | Download | only in toolchain-utils

Lines Matching full:board

22   def __init__(self, board, remote, gdb_dir, chromeos_root, cleanup):
23 self._board = board
43 cmd = './setup_board --board=' + self._board
48 raise RuntimeError('Failed to setup board.')
51 args = [gdb_dejagnu.__file__, '--board=' + self._board,
112 '--board',
113 dest='board',
114 help=('Required. Specify board type. For example '
119 help=('Required. Specify remote board address'))
137 if not options.board or not options.remote:
138 raise SyntaxError('--board and --remote are mandatory options.')
146 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gdb_dir,