From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23632 invoked by alias); 12 Feb 2010 15:01:09 -0000 Received: (qmail 23580 invoked by uid 22791); 12 Feb 2010 15:01:08 -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 imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Feb 2010 15:01:04 +0000 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id o1CF2axh019962; Fri, 12 Feb 2010 09:02:36 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.197]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Fri, 12 Feb 2010 10:01:00 -0500 From: Marc Khouzam To: "'Vladimir Prus'" CC: "'gdb@sources.redhat.com'" Date: Fri, 12 Feb 2010 15:01:00 -0000 Subject: RE: [MI] -thread-select using the --thread option Message-ID: References: <201002121757.16515.vladimir@codesourcery.com> In-Reply-To: <201002121757.16515.vladimir@codesourcery.com> 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/msg00096.txt.bz2 >=20 > > Whenever I use an MI command I use --thread instead of=20 > -thread-select, > > but when I have to use a CLI command I have to use -thread-select. >=20 > Why? I though that: >=20 > -interpreter-exec --thread 1 "cli" "the command" >=20 > should work just fine. You're right. I have an outstanding bug to use that format instead. I had forgotten about it :-O Thanks