From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12618 invoked by alias); 14 Mar 2007 00:58:31 -0000 Received: (qmail 12600 invoked by uid 22791); 14 Mar 2007 00:58:30 -0000 X-Spam-Check-By: sourceware.org Received: from elrond.portugalmail.pt (HELO elrond.portugalmail.pt) (195.245.179.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Mar 2007 00:58:25 +0000 Received: from localhost (localhost [127.0.0.1]) by elrond.portugalmail.pt (Postfix) with ESMTP id A9B793B8A2 for ; Wed, 14 Mar 2007 00:54:08 +0000 (WET) Received: from elrond.portugalmail.pt ([127.0.0.1]) by localhost (elrond.portugalmail.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Le05uOIUA1ds for ; Wed, 14 Mar 2007 00:54:08 +0000 (WET) Received: from [127.0.0.1] (62.169.107.36.rev.optimus.pt [62.169.107.36]) (Authenticated sender: pedro_alves@portugalmail.pt) by elrond.portugalmail.pt (Postfix) with ESMTP id 111F23B71C for ; Wed, 14 Mar 2007 00:54:06 +0000 (WET) Message-ID: <45F7480C.5010207@portugalmail.pt> Date: Wed, 14 Mar 2007 00:58:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: TUI + gdbserver broken? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000723-1, 12-03-2007), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00192.txt.bz2 Hi, TUI + gdbserver seems to be broken on head. Can't reproduce when TUI + native debugging. main is a simple hello world. Could this still be related to the recent get_selected_frame changes? I tried to blindly change all of them in tui/tui-hooks.c to deprecated_get_selected_frame, but it didn't fix it. I also see some nasty extra screen repaints in tui mode while stepping I didn't see before. Any ideas? $gdbserver :9999 main $gdb main.exe GNU gdb 6.6.50.20070312-cvs Copyright (C) 2007 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) tar rem :9999 Remote debugging using :9999 [New Thread 5340] [Switching to Thread 5340] 0x7c911231 in ?? () (gdb) c Continuing. Program exited normally. (gdb) c The program is not being run. ---- $gdbserver :9999 main $gdbtui main tar rem :9999 Remote debugging using :9999 [New Thread 5612] [Switching to Thread 5612] 0x7c911231 in ?? () (gdb) c Continuing. Remote communication error: Software caused connection abort. (gdb) c Continuing. putpkt: write failed: Software caused connection abort.