X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BED6396EC45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1618385325; bh=uENLkr/iui2h1OsMtCRi8JOAmjW6yfN2bp1jNXWZzlE=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=LQ6VFQH9B8EWklrwLVkzRvHuPP3FAsHvZqlzKIjCb7v7UP29OOuX5u723s6v4M82h JOGPIFKS/CH+iHYSkXoVJPGQ5Br2sz0vWx6XqXLs6Sv3IEE7fk73Dy6cBatoAxY8A8 g32q7ySbbu8NQ8nOKzHngtQ5EoiUfxU1vaP9FSIg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7B076396E85A X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://help.uis.cam.ac.uk/email-scanner-virus Date: Wed, 14 Apr 2021 08:28:35 +0100 (GMT Summer Time) To: Takashi Yano Subject: Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6 In-Reply-To: <20210414121320.97057ad9a86b0003161aeda8@nifty.ne.jp> Message-ID: References: <20210414121320 DOT 97057ad9a86b0003161aeda8 AT nifty DOT ne DOT jp> User-Agent: Alpine 2.00 (WNT 1167 2008-08-23) X-X-Sender: acn1 AT imap DOT hermes DOT cam DOT ac DOT uk MIME-Version: 1.0 X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, JMQ_SPF_NEUTRAL, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Arthur Norman via Cygwin Reply-To: Arthur Norman Cc: cygwin AT cygwin DOT com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Thank you very much. Great service. And indeed I use the word "gcd" more often that "gdb" and so that was a typo. Arthur On Wed, 14 Apr 2021, Takashi Yano wrote: > On Tue, 13 Apr 2021 15:05:56 +0100 (GMT Summer Time) > Arthur Norman wrote: >> With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb >> ./hello", break main, run then cgdb exits abruptly without sign on >> actually starting my code. If I use just gdb not cgdb all is OK. If I try > > Thanks for the report. This bug was already fixed in cygwin git > head by chance. > >> "gcd -tui hello" I can single step my code but the display in the top half >> of the window is damaged - eg after a couple of steps it shows lines 5 and >> 6 of the source code twice each, but once normally and once in inverted >> video. > > Do you mean "gdb" by "gcd"? If so, this seems to be a bug of gdb > itself. Same happens in Linux environment. > > -- > Takashi Yano > -- 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