HomeSort by relevance Sort by last modified time
    Searched refs:gdb_dir (Results 1 - 2 of 2) sorted by null

  /external/toolchain-utils/
test_gdb_dejagnu.py 22 def __init__(self, board, remote, gdb_dir, chromeos_root, cleanup):
25 self._gdb_dir = gdb_dir
121 '--gdb_dir',
122 dest='gdb_dir',
146 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gdb_dir,
build_tc.py 198 '--gdb_dir',
199 dest='gdb_dir',
271 if options.gdb_dir:
272 gdb_dir = misc.CanonicalizePath(options.gdb_dir)
273 assert os.path.isdir(gdb_dir), 'gdb_dir does not exist!'
316 if options.gdb_dir:
317 tp = ToolchainPart('gdb', gdb_dir, chromeos_root, board,

Completed in 62 milliseconds