From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22416 invoked by alias); 8 Jun 2009 08:01:48 -0000 Received: (qmail 21989 invoked by uid 22791); 8 Jun 2009 08:01:46 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Jun 2009 08:01:37 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MDZnS-0001sB-JL for gdb@sources.redhat.com; Mon, 08 Jun 2009 08:01:34 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 08:01:34 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 08:01:34 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: non-stop mode support for mips ? Date: Mon, 08 Jun 2009 08:01:00 -0000 Message-ID: References: <20090608064102.9BEFA326701@ws1-8.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 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: 2009-06/txt/msg00069.txt.bz2 suresh ds wrote: > Does gdb-6.8 support non-stop mode for mips ? I didn't see any support, as shown below. > Note that gdb was cross-compiled with --target=mips64. > > (gdb)show non-stop > Undefined show command: "non-stop". Try "help show". > (gdb) I don't believe that support for non-stop, for any target, is in 6.8. I am not sure what full target 'mips64' maps to. If it's mips64-linux, then I suspect non-stop should work in CVS HEAD, modulo displaced stepping. For mips64-elf -- probably not. - Volodya