From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95644 invoked by alias); 4 Mar 2020 14:44:58 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 95637 invoked by uid 89); 4 Mar 2020 14:44:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=start-up, H*c:alternative X-HELO: mail-ed1-f49.google.com Received: from mail-ed1-f49.google.com (HELO mail-ed1-f49.google.com) (209.85.208.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Mar 2020 14:44:54 +0000 Received: by mail-ed1-f49.google.com with SMTP id h62so2571210edd.12 for ; Wed, 04 Mar 2020 06:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Ej7VaOPb8mQAK1P+RH6fpKS1ej6b36P4NiFBXramSgE=; b=ZPfgXJLniK+2URkIi4absefzZHEjjnIKxs3aZ9+NeTPxcay0aT+4jRl1IZQVQvOInl WzwNcEbPw5EZzSytWnVRk5ipmjmc4YGZOAEZUdQcVY+vpd7Ha0m/ssAw0NDHFkOSLBRB 6HIhn0HJ8r9nWjjXFMUV+PD3Mi3AzzPHu9q/ccYATFXlr00LJ0daIFuRr5OGFwFRHNWW t8kna/VjpUBUuU+6obEIsMiS5BUfj3s582c7lam69BiDdIqoKisRe4ZQuyl3ikycQoMo 7fGQfvCccibrsZgh74TBSlavg6m2ahMx2UG84TWuNew+2MBneCwuUcXC7i+JPc2c93QK dMQw== MIME-Version: 1.0 From: "William M. (Mike) Miller" Date: Wed, 04 Mar 2020 15:39:00 -0000 Message-ID: Subject: Emacs gud not working on new installation To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00070.txt I installed Cygwin on a new computer last weekend. On my previous computer, I used gud with gdb in emacs (M-x gdb) for debugging. However, on the new computer it is not working. I suspect that gdb is producing output that is not formatted correctly for gud to parse. When I start gud in emacs on the new computer, I get the usual 6-pane configuration, and gdb puts out its usual configuration and start-up information. When I type the "run" command, however, the program being debugged starts and runs, the command pane correctly displays the usual "Starting program" messaged, but the "[New thread...", etc. messages and any further gdb output (breakpoint messages, output of "info", etc.) do not. The program input/output pane updates, but none of the others do. I can type commands that are correctly passed through to gdb, but no gdb output ever appears in the command pane. I also tried just the plain "M-x gud-gdb" interface, and that may give a hint as to what is going on. I did get the gdb output, but with only newlines, no carriage returns, in the command pane. That is, each successive line of output from gdb began one character to the right of the last character of the previous line instead of beginning in column 0, as it did on the old computer. Any suggestions for how to diagnose or fix the problem would be most appreciated. -- William M. (Mike) Miller | Edison Design Group william.m.miller@gmail.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