From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94378 invoked by alias); 13 Apr 2018 17:28:17 -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 94266 invoked by uid 89); 13 Apr 2018 17:28:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Show, responses X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Apr 2018 17:28:15 +0000 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w3DHQNEn028196 for ; Fri, 13 Apr 2018 13:28:13 -0400 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0a-001b2d01.pphosted.com with ESMTP id 2hawgfb3kq-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Fri, 13 Apr 2018 13:28:13 -0400 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Apr 2018 18:28:12 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (9.149.109.194) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 13 Apr 2018 18:28:10 +0100 Received: from d06av21.portsmouth.uk.ibm.com (d06av21.portsmouth.uk.ibm.com [9.149.105.232]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w3DHS9LE2359620; Fri, 13 Apr 2018 17:28:09 GMT Received: from d06av21.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2C81952045; Fri, 13 Apr 2018 17:19:04 +0100 (BST) Received: from oc1027705133.ibm.com (unknown [9.152.212.201]) by d06av21.portsmouth.uk.ibm.com (Postfix) with ESMTPS id 07FA952047; Fri, 13 Apr 2018 17:19:04 +0100 (BST) From: Andreas Arnez To: Simon Marchi Cc: , Eli Zaretskii Subject: [pushed] [PATCH v2] Show line numbers in output for "info var/func/type" References: <5c861488-b3d3-fa48-3a68-06b0ecb9ea41@ericsson.com> Date: Fri, 13 Apr 2018 17:28:00 -0000 In-Reply-To: <5c861488-b3d3-fa48-3a68-06b0ecb9ea41@ericsson.com> (Simon Marchi's message of "Thu, 5 Apr 2018 15:56:33 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 18041317-0012-0000-0000-000005CA9A44 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18041317-0013-0000-0000-00001946D634 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-04-13_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1804130160 X-SW-Source: 2018-04/txt/msg00256.txt.bz2 On Thu, Apr 05 2018, Simon Marchi wrote: > On 2018-04-05 11:28 AM, Andreas Arnez wrote: >> Just for completeness, here's the updated version of the patch. Only >> the manual update has been added; nothing else has changed. The >> documentation parts have been reviewed by Eli. >> >> OK to push? > > Hi Andreas, > > It's a nice improvement, and the patch LGTM. I would like to leave time for other > people to comment too if they want. Please push it in a week from now if you haven't > heard anything else. Thanks! As suggested, after seeing no further responses for a week I've pushed this now. -- Andreas