Searched refs:gdb_dir (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/ |
D | build_tc.py | 287 if options.gdb_dir: 288 gdb_dir = misc.CanonicalizePath(options.gdb_dir) 289 assert os.path.isdir(gdb_dir), 'gdb_dir does not exist!' 332 if options.gdb_dir: 333 tp = ToolchainPart('gdb', gdb_dir, chromeos_root, board,
|
D | test_gdb_dejagnu.py | 22 def __init__(self, board, remote, gdb_dir, chromeos_root, cleanup): argument 25 self._gdb_dir = gdb_dir 153 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gdb_dir,
|