From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61468 invoked by alias); 7 Jul 2018 17:23:33 -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 61255 invoked by uid 89); 7 Jul 2018 17:23:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*M:home, H*MI:home, HContent-Transfer-Encoding:8bit X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 07 Jul 2018 17:23:31 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 41NJN05jGDz1qtPL; Sat, 7 Jul 2018 19:23:28 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 41NJN02f6qz1rZMX; Sat, 7 Jul 2018 19:23:28 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id rRJ6Fi7wfQx5; Sat, 7 Jul 2018 19:23:27 +0200 (CEST) Received: from igel.home (ppp-188-174-157-16.dynamic.mnet-online.de [188.174.157.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sat, 7 Jul 2018 19:23:27 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 2A5682C1063; Sat, 7 Jul 2018 19:23:25 +0200 (CEST) From: Andreas Schwab To: Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org, Pedro Alves Subject: Re: [PATCH] Make target_read_alloc & al return vectors References: <1521691401-21512-1-git-send-email-simon.marchi@ericsson.com> <5ead66c6-e0cb-c9b6-b882-79c232cc389c@simark.ca> X-Yow: The PILLSBURY DOUGHBOY is CRYING for an END to BURT REYNOLDS movies!! Date: Sat, 07 Jul 2018 17:23:00 -0000 In-Reply-To: <5ead66c6-e0cb-c9b6-b882-79c232cc389c@simark.ca> (Simon Marchi's message of "Sat, 7 Jul 2018 11:10:49 -0400") Message-ID: <87efgfyn76.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-07/txt/msg00173.txt.bz2 This is the next error: ../../gdb/ia64-linux-nat.c:73:8: error: conflicting return type specified for ‘virtual bool ia64_linux_nat_target::have_steppable_watchpoint()’ bool have_steppable_watchpoint () { return 1; } ^ In file included from ../../gdb/inferior.h:41:0, from ../../gdb/ia64-linux-nat.c:22: ../../gdb/target.h:554:17: error: overriding ‘virtual int target_ops::have_steppable_watchpoint()’ virtual int have_steppable_watchpoint () ^ Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."