X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECC6F3972830 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610097657; bh=MZj5M2y0Q8noU0B62aEU0/5Dfhakjr/R1HyB8E2fCYk=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=g8rEjZYVV6g6UV2BLxmyyeixBujvoyzpqyKzRW5UeHiDeIOEZtlC35ljnXhx9+x8H k3S8OrbAyhB4JXzjiOiUCbPt5fCQSzEVjvKmKbKDyV3rm/rXM0AnWkIwfStsiETzbo l0gLSIh7xlKOP4YqYU8wyakHsXTWPgjwLEshmHGA= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 94F98386F419 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0d8AVzHZ/FE0Bmp4qROV9Adjm0qD+TEkM1wVJ7r2bUY=; b=dD8NVXlp7HEt696rgNx9TSZkjj6Bx9698c8eJnk4GUcPBZQM9+2IpeipBC23OQak/P PglchzYENy9bo4QGBn8BUIgOWyk1jxnqS/GWxD+Y/VIcdOHLTtM9XJiqBT2+0Nu23c4J DJDQm7eaQuvaptA7/ENXCorcWsMP9p7sVkMGdWWgUFA5iZKiizTOp2X69ZY6sV2WHVFK dImZfjNGncNQ97+01TVdEx6lqsX0PocRGsiDJgjBemudLiiZBlMQj6+M+saFryEiGwNG MaFV7CuLkzrv8QK0OMyiFqOJEDsmPJSG+4RgEocRuJf0RHf47RB/irWnrFSzKS/is+JQ o3wg== X-Gm-Message-State: AOAM533WTG0I0FjxGcC+ncUWvdpC/BfyM3N5IFFgvPWMQ4U2LkYpDuZn k1w6dX8fDYFBBnW2O2tXCCK7ZTSKtAtk8eTTu1vImN2HoAo= X-Google-Smtp-Source: ABdhPJxmL+++RxnG6Vz1Tbqs0xXm9eYrXRQC7Bvp1860iCikUORfAyaBBKIBXM9pyCpFx0lHyGGPFrnWH8rsfGW7/qA= X-Received: by 2002:a67:8d46:: with SMTP id p67mr1952389vsd.36.1610097654243; Fri, 08 Jan 2021 01:20:54 -0800 (PST) MIME-Version: 1.0 Date: Fri, 8 Jan 2021 10:20:43 +0100 Message-ID: Subject: gdb doesn't print the output on the terminal To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Gaetano Buldo via Cygwin Reply-To: Gaetano Buldo Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hello, I installed Cygwin for 64bit window, and the following tools in order to build and debug c programs using eclipse. gcc 9.3.0-2 make 4.3-1 gdb 9.2-1 It seems like the gdb program doesn't print on the terminal. When i run gdb --version a get an empty string on the terminal When i run gdb, i can see the programm running on the task manager, and i can quit it writing 'q' (even if the string doesn't appear on the terminal). gcc and make works fine. When i check the version i normally get the expected output, and i'm also capable to build a C project. Any suggestion? Thanks, Gaetano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple