Home
last modified time | relevance | path

Searched refs:gdb_dir (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/
Dbuild_tc.py287 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,
Dtest_gdb_dejagnu.py22 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,