From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24387 invoked by alias); 11 Feb 2010 20:27:50 -0000 Received: (qmail 24378 invoked by uid 22791); 11 Feb 2010 20:27:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Feb 2010 20:27:46 +0000 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id o1BKRVKu009086 for ; Thu, 11 Feb 2010 14:29:13 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.197]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Thu, 11 Feb 2010 15:27:27 -0500 From: Marc Khouzam To: "'gdb@sourceware.org'" Date: Thu, 11 Feb 2010 20:27:00 -0000 Subject: [MI] -thread-select using the --thread option Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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/msg00074.txt.bz2 Hi, I just realized that DSF-GDB (with GDB 7.0), when forced to use -thread-sel= ect, 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=20 -thread-select. I just wanted to check with you experts if it truly is that simple. Of course, I would do the same for the --frame option and for the -stack-select-frame command. Thanks Marc