www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/05/26/07:03:24

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type; q=dns; s=default; b=R6
snFrKorfptmYeN0gvXZ8QW41spQ1NJSr/5zNGYwNaaBWmaL1XxYDhQ+8SrcZ6YbH
yh65vIrBLGVjV2N98bqwHGmDkodAHMe1RNXWJConzMyiQZauFdqS95EYRqVI/Cr2
+bq+G/RLWXaYwrG3grkZ/LhqNYsJHUurGo7UT907M=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type; s=default; bh=n09Eg7y/
D/C44DUkM8QDNTN1itw=; b=l7gfTXRFOsGnUvMH+VUNZhI9JlP5fTpjVwZwZ+b2
pReKz4bG81AFQE26HIi8fQLA+P4/TgEzWqAxleotgOjurkCBj46RPJLyO7kbdsoW
MTMAXJQZ29YsVTJDjBi4nXKzbIuV6gqlm3R8GOGhuu39OiW7YY3OviQZ5pHOilYn
w5I=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=gudinterface, gud-interface, 2015-06, UD:msg00277.html
X-HELO: mail-oi0-f46.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=AnMzvfxyIbNHCi35iVwKlHCxMefa2skDILtQ9xxz1Fs=; b=eFz0lUmlBcHwjLMcgfvP7eiW8FaZkdxCtIQWgAoMla7LD4sGShKQ1EyCHcmLtOYsqg D3VX/igbMaJBh9/YVZ0EMtyaSlVFTlrZJfQfhbFbIALYOfHM+i0kK/u4WN4Hxrwc/Uya 0vokYAC48GKLlnYjaLh3Anl0UH+bDpIRLA/MIxy/uZovfJ4c3MwHpPa8H9JJhWwt2Bzd Xjrep46D78zd4fOBvkb4DTn1TBE/7XAT5EmHJQWWyhYiv7vcXsR9UrRnsyCofcz2IKVO h6ormH2uhsLr34m8zHYP25yuUn8GbiqqvDUxf9qq50UJS/9RfA+pRHwXGeLEQhNoAtZ7 uu6A==
X-Gm-Message-State: ALyK8tKs4XBbxXSDoXzMwmVRfX68cBBWwZxEiX0FrmHs/H7mtcqmGxvCtMAPOD+RHN/pBiah0mwa7dpZQsqmig==
MIME-Version: 1.0
X-Received: by 10.157.14.15 with SMTP id c15mr5030723otc.77.1464260575309; Thu, 26 May 2016 04:02:55 -0700 (PDT)
In-Reply-To: <466943424.37628.394d161a-7219-415d-a659-0f774811ad2d.open-xchange@email.1und1.de>
References: <466943424 DOT 37628 DOT 394d161a-7219-415d-a659-0f774811ad2d DOT open-xchange AT email DOT 1und1 DOT de>
Date: Thu, 26 May 2016 07:02:55 -0400
Message-ID: <CAH5rLZXZBreNGeSPbLw3Z7EhRF=muRzzLPXU7RqJXWvzubE2Pg@mail.gmail.com>
Subject: Re: emacs gud-interface is not updated after gdb command execution (maybe because of incomplete output from gdb)
From: "William M. (Mike) Miller" <william DOT m DOT miller AT gmail DOT com>
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Thu, May 26, 2016 at 5:30 AM, Tobias Zawada <i_inbox AT tn-home DOT de> wrote:
> Hello,
> when debugging c-programs (the special program does not matter) with gud/gdb the
> prompt "(gdb)"
> is missing after the execution of the "start" command. This also happens with
> other commands such as "next". Also variable values and outputs are not
> correctly updated.
> I do not have this problem under linux.
>
> There was already a similar problem with the update of the gdb-interface:
> https://www.cygwin.com/ml/cygwin/2015-06/msg00277.html
> That thread has a dead end.

As the initiator of that thread, thank you very much for bringing up
the issue again and for all the investigative work. Since my initial
report did not result in any fixes, I have given up on gud and am
using cgdb, which is inferior but works well enough, but it would be
very welcome to have a fully-working gud again.

Just one update on that original report: item #3 has been fixed by
recent versions of gdb and is no longer a problem.

-- 
William M. (Mike) Miller | Edison Design Group
william DOT m DOT miller AT gmail DOT com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019