From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) by sourceware.org (Postfix) with ESMTPS id 7D5343858018 for ; Wed, 20 Jan 2021 03:32:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7D5343858018 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=brasko.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=bob@brasko.net Received: by mail-qt1-x82f.google.com with SMTP id v3so13114913qtw.4 for ; Tue, 19 Jan 2021 19:32:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasko-net.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=mHNnqSm6cbAGyz1iKVi+HFQYFpztDQPrPjmSWkkwcvU=; b=Lw778RCpl1cO2It7ibNLNLNkRGr+bDLnHmGqNpGDuvNb4oqxWk28ThsOYnFJzq8m4D BgKgCDVWvc42eKkxvvpT/WjHdztWPhUM6MVtuwWLDRnoXzpMWG2XQiIYsM6gmUxsaaMJ IQvEu6xqpLvrUIPltTiuVixIWbEsuMB/rPqOVacJHL7xJ0HgIJGlKMwNXqWi7ftvpodY eLcyZUJmjLT5OlmpVfYV5rdAUBxQ+j0KHOfkG7drR5wsJ+zxyHi46c2YS+wpRqfBRfsv 4slgYf5u8h+Mke6e2Z1PbnhCJ+3VvbTnO/dpHf3he9XyGBRNJVibD+UH9YIIS9gnxhfu Um1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=mHNnqSm6cbAGyz1iKVi+HFQYFpztDQPrPjmSWkkwcvU=; b=cIqJuwhN7A+9aEUGspVKe69ErHc04oxz92WtGGnwcAp2Dn4dMclaN1JJwoYNtQKPoa ZU7WB1vI71EYr8yENh0o9PXLE4CZtyUYeN/+FCBWRHaTh541e1kWehvl91a+NEk3U5Tu oJWlqh6sNT1Z/92z43srFDbykcd95hDA49bzySL3R+mvINuwsO/W1F8c/CMpiDZaPM7v SzYBJocAPCl+U/RkPDGzcdAHMV5kixESCnLPThLhLYRYGmn5xSJ8Nh9krpgOLz7cBE9M 9JsFIq3s+y45JIg+Oq9m0kk46zIh4jXGLF4Heya5FIqVkSll5ub7I1qFlR4xn0JmoPnt eBuA== X-Gm-Message-State: AOAM530GPIFdXx4coBKU5XtxE+BVhCiHIX9pttOM+EuYNuq7lizpfBzC 3395AfDgEOLOx/emadifXNNfyCQiUQuoZa+j X-Google-Smtp-Source: ABdhPJyZwwAvhhGiLeBZC9cZPxWriTnaHJY453liOd0d1GaMSLAqkL+9p7lG4BqfKHfuTqtH0CiavA== X-Received: by 2002:ac8:3aa6:: with SMTP id x35mr7464753qte.326.1611113519980; Tue, 19 Jan 2021 19:31:59 -0800 (PST) Received: from xubuntu.brasko.net (pool-108-34-227-137.prvdri.fios.verizon.net. [108.34.227.137]) by smtp.gmail.com with ESMTPSA id j29sm432586qtv.11.2021.01.19.19.31.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jan 2021 19:31:58 -0800 (PST) Date: Tue, 19 Jan 2021 22:31:56 -0500 From: Bob Rossi To: gdb@sourceware.org Cc: Pedro Alves Subject: MI and the prompt Message-ID: <20210120033156.GA22914@xubuntu.brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, 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-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2021 03:32:02 -0000 Hi, I long time ago I asked the GDB mailing list how to determine if GDB is ready for another command when using MI. Pedro Alves wrote: GDB is ready for input when it prints the MI prompt. There's one prompt that is already printed after ^running that you should ignore. That's an historical wart. I recently started to update cgdb to drop annotations and use the new-ui command line option. I noticed that i'm no longer seeing that historical wart. Has this been "fixed" in gdb? If so, is there a way to determine which versions of gdb have the historical wart, and which ones do not? Thanks, Bob Rossi