Searched refs:gdb_dir (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/ |
D | build_tc.py | 288 if options.gdb_dir: 289 gdb_dir = misc.CanonicalizePath(options.gdb_dir) 290 assert os.path.isdir(gdb_dir), 'gdb_dir does not exist!' 333 if options.gdb_dir: 334 tp = ToolchainPart('gdb', gdb_dir, chromeos_root, board,
|
/external/toolchain-utils/deprecated/ |
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,
|