From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11934 invoked by alias); 7 Jun 2016 15:38:58 -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 11925 invoked by uid 89); 7 Jun 2016 15:38:58 -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-pf0-f171.google.com Received: from mail-pf0-f171.google.com (HELO mail-pf0-f171.google.com) (209.85.192.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 07 Jun 2016 15:38:48 +0000 Received: by mail-pf0-f171.google.com with SMTP id 62so78983506pfd.1 for ; Tue, 07 Jun 2016 08:38:48 -0700 (PDT) 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-transfer-encoding; bh=oUzn4MNOd0AmoE/4x2bA6f0vYrB7CCJdPXfU0yaY+II=; b=c1SpIopPtBnFQ0MMHHKQxJOzJdcZ5W4/oTzbrhR57jbG76NU9KoT0h+lD02eZauSFU 5eVDpxl+gW6IPfi3+tLWYEItEAbaXQwif7OoCiBcTMjJ4b0yrAVrIA0OPz4VegBxFg/6 8/QSApbRye5ACO6uWM6h4MF0Z+U6fzwu6dNSlwhTqU5qy2bg2PstpBMvK8J6Wy3R0/q0 pf/Wrf8nY5othRAG3OpBwJHOWv9r3K/KszHjsapllthe/bGfw27J51IzqmFmMSCXnxp6 CGWcD9IgxF13sLxcM9y4HMI1N+gNjbzWvUqWCi0XRIjFTJ02h/4GdvHBjAQbuiTPvYOt beCw== X-Gm-Message-State: ALyK8tLgI4AEoPCYEQXJH93djTnHHCPX/3F6OSAS8d4kZ5aQF8u5KwqIt2BqhQypT1Zmfw== X-Received: by 10.98.73.27 with SMTP id w27mr16174pfa.137.1465313926470; Tue, 07 Jun 2016 08:38:46 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id s90sm36144954pfj.86.2016.06.07.08.38.44 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 07 Jun 2016 08:38:45 -0700 (PDT) From: Yao Qi To: Simon Marchi Cc: Yao Qi , "Metzger\, Markus T" , "gdb-patches\@sourceware.org" Subject: Re: [PATCH] Add method/format information to =record-started References: <20160603155220.22286-1-simon.marchi@ericsson.com> <86ziqywju7.fsf@gmail.com> <57557992.90908@ericsson.com> <86inxlwdhv.fsf@gmail.com> <5756C3CD.4070202@ericsson.com> Date: Tue, 07 Jun 2016 15:38:00 -0000 In-Reply-To: <5756C3CD.4070202@ericsson.com> (Simon Marchi's message of "Tue, 7 Jun 2016 08:53:33 -0400") Message-ID: <861t49vwjg.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-06/txt/msg00139.txt.bz2 Simon Marchi writes: >>> else >>> fprintf_unfiltered (mi->event_channel, >>> "record-stopped,thread-group=3D\"i%d\"", inferior->num); > > I suppose here too? Yes, I think so. --=20 Yao (=E9=BD=90=E5=B0=A7)