From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59669 invoked by alias); 6 Jun 2016 14:28:08 -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 59656 invoked by uid 89); 6 Jun 2016 14:28:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=communication 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; Mon, 06 Jun 2016 14:28:06 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id F0.17.09012.94F75575; Mon, 6 Jun 2016 15:48:57 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.83) with Microsoft SMTP Server id 14.3.294.0; Mon, 6 Jun 2016 10:28:03 -0400 Subject: Re: [PATCH] Add method/format information to =record-started To: "Metzger, Markus T" , "gdb-patches@sourceware.org" References: <20160603155220.22286-1-simon.marchi@ericsson.com> <57557571.7040200@ericsson.com> <57557D26.2080009@ericsson.com> <57557F4D.8020409@ericsson.com> From: Simon Marchi Message-ID: <57558873.3080201@ericsson.com> Date: Mon, 06 Jun 2016 14:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00096.txt.bz2 On 16-06-06 10:02 AM, Metzger, Markus T wrote: > I'm wondering if we want the short or the long form of the format. If we > expect MI front-ends to just print it as-is, the long form may be more useful. > That's also what's printed by "info record". I'm fine either way. The main goal for this is to communicate to Eclipse which method is being used, so it can update its UI as if the user had done the same action using the UI. It's really for program/program communication, not program/human. If frontends wanted a nice human readable string, we could always add it as an extra.