From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29851 invoked by alias); 17 Mar 2010 10:45:51 -0000 Received: (qmail 29837 invoked by uid 22791); 17 Mar 2010 10:45:50 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Mar 2010 10:45:47 +0000 Received: (qmail 19148 invoked from network); 17 Mar 2010 10:45:46 -0000 Received: from unknown (HELO wind.localnet) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Mar 2010 10:45:46 -0000 From: Vladimir Prus To: gdb@sourceware.org Subject: -data-list-register-names regression? Date: Wed, 17 Mar 2010 10:45:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic-pae; KDE/4.3.2; i686; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201003171345.44000.vladimir@codesourcery.com> 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: 2010-03/txt/msg00101.txt.bz2 Hello, I've tried to use Eclipse CDT with GDB 7.0 today, and found that the registers views is totally broken, as it in does not show any registers. The version of Eclipse I have used is eclipse-cpp-galileo-SR1, which I believe is the latest official release, and the problem reproduces with current CVS HEAD. Everything works more or less fine with 6.8. The root problem is this: $ gdb/gdb -i=mi gdb/gdb ... (gdb) -data-list-register-names ^error,msg="No registers." (gdb) It seems that -data-list-register-names does not work until the application was started. In 6.8, it worked. Is this change intentional, and if so, do we care about fixing it in general or for 7.1 in particular? Thanks, -- Vladimir Prus CodeSourcery vladimir@codesourcery.com (650) 331-3385 x722