Searched refs:creationflags (Results 1 – 2 of 2) sorted by relevance
362 creationflags = 0364 creationflags = subprocess.CREATE_NEW_CONSOLE374 gdb_process = subprocess.Popen(gdb_args, creationflags=creationflags, env=env)
375 creationflags=0, **kwargs): argument397 creationflags |= subprocess.CREATE_NEW_PROCESS_GROUP408 p = _subprocess_Popen(command, creationflags=creationflags,