From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16131 invoked by alias); 3 Jan 2019 14:47:09 -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 16105 invoked by uid 89); 3 Jan 2019 14:47:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=BAYES_00,BODY_8BITS,GARBLED_BODY,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:340, our, HContent-Transfer-Encoding:8bit X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Jan 2019 14:47:05 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id x03Ekw1N012224 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 3 Jan 2019 09:47:03 -0500 Received: by simark.ca (Postfix, from userid 112) id D262D1E7B1; Thu, 3 Jan 2019 09:46:58 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 367461E4C2; Thu, 3 Jan 2019 09:46:57 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 03 Jan 2019 14:47:00 -0000 From: Simon Marchi To: =?UTF-8?Q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB_=D0=9A=D1=80=D1=8E=D0=BA?= =?UTF-8?Q?=D0=BE=D0=B2?= Cc: gdb-patches@sourceware.org, vapier@gentoo.org Subject: Re: [PATCH] Add 'extern C' if simulator is written in C++ In-Reply-To: References: Message-ID: <354acba54ced61f83ba36f110e799b40@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00061.txt.bz2 On 2019-01-03 00:39, Павел Крюков wrote: > Yes, we're integrating GDB into our cycle-accurate simulator: > https://github.com/MIPT-ILab/mipt-sim-gdb Ok, thanks. Well it seems reasonable to me, and doesn't hurt in-tree simulators to have that, so I've merged it. Simon