From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120277 invoked by alias); 3 Jan 2018 19:15:54 -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 120257 invoked by uid 89); 3 Jan 2018 19:15:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Jan 2018 19:15:52 +0000 Received: by simark.ca (Postfix, from userid 112) id 5E83F1E5A6; Wed, 3 Jan 2018 14:15:51 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id EEB451E519; Wed, 3 Jan 2018 14:15:50 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 03 Jan 2018 19:15:00 -0000 From: Simon Marchi To: John Baldwin Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PATCH 0/4] Support for 'info proc' on FreeBSD cores and native In-Reply-To: <3442618.PIMj3GPsCN@ralph.baldwin.cx> References: <20171222220513.54983-1-jhb@FreeBSD.org> <3442618.PIMj3GPsCN@ralph.baldwin.cx> Message-ID: <36f6c031e68bdd24294eeb188515a6d3@simark.ca> X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.2 X-SW-Source: 2018-01/txt/msg00038.txt.bz2 > To be clear, which of these suggestions are you fine with? > > 1) Having a merged 'info proc stat/status' for FreeBSD. I am fine with this. > 2) Resurrecting 'info proc id' and 'info proc time'. I am fine with this, if you think it's useful. I didn't quite understand what it would show. If it just shows a subset of the information of stat/status, maybe it's not so useful, but if it's additional info, then sure. Simon