From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55230 invoked by alias); 8 Jan 2016 13:54:33 -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 54086 invoked by uid 89); 8 Jan 2016 13:54:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:209.85.220.66, Hx-spam-relays-external:209.85.220.66 X-HELO: mail-pa0-f66.google.com Received: from mail-pa0-f66.google.com (HELO mail-pa0-f66.google.com) (209.85.220.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 08 Jan 2016 13:54:31 +0000 Received: by mail-pa0-f66.google.com with SMTP id a20so16492076pag.3 for ; Fri, 08 Jan 2016 05:54:31 -0800 (PST) X-Received: by 10.66.235.202 with SMTP id uo10mr28125694pac.63.1452261269973; Fri, 08 Jan 2016 05:54:29 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id f16sm5096797pff.18.2016.01.08.05.54.28 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 08 Jan 2016 05:54:29 -0800 (PST) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v3 0/7] Per-inferior/Inferior-qualified thread IDs References: <1452085418-18300-1-git-send-email-palves@redhat.com> Date: Fri, 08 Jan 2016 13:54:00 -0000 In-Reply-To: <1452085418-18300-1-git-send-email-palves@redhat.com> (Pedro Alves's message of "Wed, 6 Jan 2016 13:03:31 +0000") Message-ID: <86bn8ww50v.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00130.txt.bz2 Pedro Alves writes: > v3: > - now split in a 7 patches series > - thread id parsing simplified someewhat and split to separate file > - test Breakpoint.thread with global thread ID > - minor cleanups throughout Hi, Pedro, I went through these patches, and they look good to me. Thanks for splitting them. --=20 Yao (=E9=BD=90=E5=B0=A7)