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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=pHrQLngWLnuYyfkEUUG0/EfBraRBI TvTB7ZlEd12iUXEHiJOfIofFSbAA2ZcPB/b4P4kMjVvhzunjgl5eGgDF8BXIORsV aHsfJsZXdL1W3j/qJYgCMcJugMn1yoIJ7z1RG2eGkhPvkJHZckYStk0hZ3jYMaTa gTMd8XYFGFNGuE= 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:from:date:message-id:subject:to :content-type; s=default; bh=I5AfNIDlQ2tyTLTKj7Khc0Kewys=; b=JAB ppPATFb4VfFGZ0yBvgXKo+DCjdEwj0lh//kB8ySfKgAmpXTSGNcmpHGh2ttheZkc V5j8F5V85GXByXNV7T1dYB4GNUcsi92Dt+620aYczCcs0PtNEUoi6zdONNzlg/3K CGK9e1yGzwdE0vn1dHXHgNSNQyCCogZWhFh6qGKg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-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 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, 4 Mar 2020 09:44:41 -0500 Message-ID: Subject: Emacs gud not working on new installation To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes 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 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