From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4030 invoked by alias); 15 Jun 2009 15:20:21 -0000 Received: (qmail 4011 invoked by uid 22791); 15 Jun 2009 15:20:20 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 15:20:14 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 146F110DC5; Mon, 15 Jun 2009 15:20:12 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id E6EDF10A42; Mon, 15 Jun 2009 15:20:11 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1MGDyk-00021G-Ie; Mon, 15 Jun 2009 11:20:10 -0400 Date: Mon, 15 Jun 2009 15:20:00 -0000 From: Daniel Jacobowitz To: suresh ds Cc: Pedro Alves , gdb@sourceware.org Subject: Re: Behaviour of default all-stop mode -- Why no one has replied ? Message-ID: <20090615152010.GA7579@caradoc.them.org> Mail-Followup-To: suresh ds , Pedro Alves , gdb@sourceware.org References: <20090615150945.0332EBE407F@ws1-9.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090615150945.0332EBE407F@ws1-9.us4.outblaze.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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/msg00145.txt.bz2 On Mon, Jun 15, 2009 at 10:09:44AM -0500, suresh ds wrote: > Then I switched to thread 1. I really a have a big requirement from > the gdb developers here. Once I switch to a thread, ideally I expect > all further commands to apply only to that thread; It makes life > simple, isn't it ? This is non-stop mode. You need a GDB that supports non-stop mode for your processor in order to do this. GDB 6.8 doesn't support non-stop at all. GDB in CVS doesn't support non-stop for MIPS yet, I believe. -- Daniel Jacobowitz CodeSourcery