Home | History | Annotate | Download | only in scripts

Lines Matching defs:args

229 	args = parser.parse_args()
231 debug(adbCmd=os.path.normpath(args.adbCmd),
232 gdbCmd=os.path.normpath(args.gdbCmd),
233 targetGDBPort=args.targetGDBPort,
234 hostGDBPort=args.hostGDBPort,
235 jdbCmd=os.path.normpath(args.jdbCmd),
236 jdbPort=args.jdbPort,
237 deqpCmdLine=args.deqpCmdLine,
238 buildDir=args.buildDir,
239 deviceLibs=["/system/lib/libc.so", "/system/lib/libdl.so"] + args.deviceLibs + (defaultDeviceLibs[args.device] if args.device else []),
240 breakpoints=args.breakpoints)