From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40578 invoked by alias); 7 Jan 2016 22:02:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 40561 invoked by uid 89); 7 Jan 2016 22:02:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy= X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 07 Jan 2016 22:01:59 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 22.82.06940.87EDE865; Thu, 7 Jan 2016 22:54:00 +0100 (CET) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.86) with Microsoft SMTP Server id 14.3.248.2; Thu, 7 Jan 2016 17:01:57 -0500 Subject: Re: [PATCH v3 4/7] Per-inferior/Inferior-qualified thread IDs To: Pedro Alves , References: <1452085418-18300-1-git-send-email-palves@redhat.com> <1452085418-18300-5-git-send-email-palves@redhat.com> From: Simon Marchi Message-ID: <568EE054.7040508@ericsson.com> Date: Thu, 07 Jan 2016 22:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1452085418-18300-5-git-send-email-palves@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00120.txt.bz2 Oh, one comment I forgot: On 16-01-06 08:03 AM, Pedro Alves wrote: > + A range will be of the form > + .- and will represent > + all the threads of inferior inferior_num with number between > + thread_number1 and thread_number2, inclusive. can > + also be omitted, as in -, in which > + case GDB infers the inferior number from the current inferior. Because this class^Wstruct and associated functions are disconnected from the global GDB state (which is great), it would be more accurate to say something like "from the default passed to the constructor^Winit function.