From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130812 invoked by alias); 27 Oct 2015 17:27:24 -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 130799 invoked by uid 89); 27 Oct 2015 17:27:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f175.google.com Received: from mail-qk0-f175.google.com (HELO mail-qk0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 27 Oct 2015 17:27:22 +0000 Received: by qkfq3 with SMTP id q3so29037601qkf.3 for ; Tue, 27 Oct 2015 10:27:20 -0700 (PDT) X-Received: by 10.55.77.71 with SMTP id a68mr22544340qkb.106.1445966840569; Tue, 27 Oct 2015 10:27:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.75.66 with HTTP; Tue, 27 Oct 2015 10:26:51 -0700 (PDT) In-Reply-To: <562FB29C.4040804@redhat.com> References: <1445961713-28986-1-git-send-email-palves@redhat.com> <562FB29C.4040804@redhat.com> From: Simon Marchi Date: Wed, 28 Oct 2015 14:59:00 -0000 Message-ID: Subject: Re: [PATCH] Make host_address_to_string/gdb_print_host_address cast parameter to 'void *' To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-10/txt/msg00639.txt.bz2 On 27 October 2015 at 13:21, Pedro Alves wrote: > I guess I was trying to keep "b gdb_print_host_address" working > or something. Aka, no real good reason. Here's the updated patch. Is that something you do frequently? Anyway, now you can do "b gdb_print_host_address_1" :). Looks good.