From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43927 invoked by alias); 18 Feb 2016 12:05:18 -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 43916 invoked by uid 89); 18 Feb 2016 12:05:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pa0-f50.google.com Received: from mail-pa0-f50.google.com (HELO mail-pa0-f50.google.com) (209.85.220.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 18 Feb 2016 12:05:16 +0000 Received: by mail-pa0-f50.google.com with SMTP id yy13so29853686pab.3 for ; Thu, 18 Feb 2016 04:05:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=QEKzsj8C/E+pApoehBkvkTpHhYBai26gfpU7NVspVDQ=; b=dXvtJ5yirihyoa7oNtjQKrAQAT/wWUn0Q0DPcJ57LIGx1kL3/UK09DXH3aTZ1PzUD/ 8XdVS1B2I0ynhQFRxA/0Ps8Fiwh5OsUPZkdOGfn/GkqQ69Yyg4NRyISfCd4ieV1+EmZT 5n6BI3YVl8KxHo/NNvfWU+0H3Ko5Wmx4ZaYXPAIxldTOlHOB98MdPvTMLAOysTVPiCTM KVKAES5mx4cRliDjmKdSRqZpjwbYltVPOco39GzbPum/PeaXm4H916/HGbAiIdbUcjw9 bCmzsGDnQ8K3PudRjcnzQuvITGqIKetG/fZ6mHmyn2pf9fhV7QR80W2cwXYc9BWAPOo5 NRzQ== X-Gm-Message-State: AG10YOSAkV7pimBoMjnjyunVLro5e2sfdKJTDd+5QOK1xyK9BN7cB1NDWri+AJaMV6rhqw== X-Received: by 10.66.139.199 with SMTP id ra7mr9501004pab.74.1455797114959; Thu, 18 Feb 2016 04:05:14 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id r87sm9872614pfa.61.2016.02.18.04.05.12 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 18 Feb 2016 04:05:14 -0800 (PST) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH] Set breakpoint condition-evaluation in forking-threads-plus-breakpoint.exp References: <1455793143-25234-1-git-send-email-yao.qi@linaro.org> <56C5AA0D.4010903@redhat.com> Date: Thu, 18 Feb 2016 12:05:00 -0000 In-Reply-To: <56C5AA0D.4010903@redhat.com> (Pedro Alves's message of "Thu, 18 Feb 2016 11:25:01 +0000") Message-ID: <8660xmdy15.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-02/txt/msg00538.txt.bz2 Pedro Alves writes: > Thanks, LGTM. Patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)