From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82746 invoked by alias); 10 Jan 2019 22:01:23 -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 82089 invoked by uid 89); 10 Jan 2019 22:01:22 -0000 Authentication-Results: sourceware.org; auth=none 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=Hx-languages-length:228, HContent-Transfer-Encoding:8bit X-HELO: mailsec102.isp.belgacom.be Received: from mailsec102.isp.belgacom.be (HELO mailsec102.isp.belgacom.be) (195.238.20.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Jan 2019 22:01:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1547157680; x=1578693680; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=rjenT/pAFQjgKzQgOrI/X+vUYxgXGND87CCBRzseBDw=; b=zKNEd7of5aDKO/QNyPvCGuQs6yjaKxerWzHVTrWw4jC/GUJElzXVNpd0 egCLzhbS+mrf1e13tWhbJZYbBeP9Aw==; Received: from 184.205-67-87.adsl-dyn.isp.belgacom.be (HELO md.home) ([87.67.205.184]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 10 Jan 2019 23:01:18 +0100 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: [RFA 0/3] Have GDB better styled. Date: Thu, 10 Jan 2019 22:01:00 -0000 Message-Id: <20190110220113.26169-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00227.txt.bz2 This patch series ensures that more GDB commands are outputting file names, addresses and function names using style. In particular, 'info functions', rbreak, info sources will now be styled.