From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4036 invoked by alias); 12 Feb 2010 10:30:13 -0000 Received: (qmail 4023 invoked by uid 22791); 12 Feb 2010 10:30:13 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Feb 2010 10:30:09 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nfsmi-00042C-Eo for gdb@sources.redhat.com; Fri, 12 Feb 2010 11:30:04 +0100 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 ; Fri, 12 Feb 2010 11:30:04 +0100 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Feb 2010 11:30:04 +0100 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: [MI] -thread-select using the --thread option Followup-To: gmane.comp.gdb.devel Date: Fri, 12 Feb 2010 10:30:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit User-Agent: KNode/4.3.2 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: 2010-02/txt/msg00086.txt.bz2 Marc Khouzam wrote: > Hi, > > I just realized that DSF-GDB (with GDB 7.0), when forced to use -thread-select, > is adding the --thread option to it. So I see > > -thread-select --thread 1 1 > > This will happen before using a CLI command ('jump'), for example. > > I'm assuming I should just turn off the use of the --thread option for > -thread-select. I just wanted to check with you experts if it truly > is that simple. Well, the officially blessed way is to never use -thread-select in the first place ;-) If you are going to use it, then well, omitting --thread seems reasonable. - Volodya