From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15620 invoked by alias); 15 Jul 2015 16:47:51 -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 15607 invoked by uid 89); 15 Jul 2015 16:47:50 -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_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 15 Jul 2015 16:47:50 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id AB.78.07675.20726A55; Wed, 15 Jul 2015 11:25:23 +0200 (CEST) Received: from elxcz23q12-y4.dyn.mo.ca.am.ericsson.se (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.81) with Microsoft SMTP Server (TLS) id 14.3.210.2; Wed, 15 Jul 2015 12:47:47 -0400 From: Simon Marchi To: CC: Simon Marchi Subject: [PATCH 00/14] Split generic_val_print in smaller parts Date: Wed, 15 Jul 2015 16:47:00 -0000 Message-ID: <1436978863-15125-1-git-send-email-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00440.txt.bz2 I gave the same treatment to generic_val_print as I gave c_val_print previously. Regression-tested on x86-64 Ubuntu 14.04, no visible regressions. Simon Marchi (14): Factor out print_unpacked_pointer from generic_val_print Factor out array printing code from generic_val_print Factor out pointer printing code from generic_val_print Factor out memberptr printing code from generic_val_print Factor out reference printing code from generic_val_print Factor out enum printing code from generic_val_print Factor out flags printing code from generic_val_print Factor out function/method printing code from generic_val_print Factor out bool printing code from generic_val_print Factor out int printing code from generic_val_print Factor out char printing code from generic_val_print Factor out float printing code from generic_val_print Factor out decfloat printing code from generic_val_print Factor out complex printing code from generic_val_print gdb/valprint.c | 670 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 428 insertions(+), 242 deletions(-) -- 2.1.4