From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99140 invoked by alias); 3 Jan 2019 05:39:58 -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 99131 invoked by uid 89); 3 Jan 2019 05:39:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=BAYES_00,BODY_8BITS,FROM_EXCESS_BASE64,GARBLED_BODY,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=sim, H*c:alternative, H*F:D*ru, our X-HELO: mail-it1-f180.google.com Received: from mail-it1-f180.google.com (HELO mail-it1-f180.google.com) (209.85.166.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Jan 2019 05:39:56 +0000 Received: by mail-it1-f180.google.com with SMTP id p197so41458932itp.0 for ; Wed, 02 Jan 2019 21:39:56 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?0J/QsNCy0LXQuyDQmtGA0Y7QutC+0LI=?= Date: Thu, 03 Jan 2019 05:39:00 -0000 Message-ID: Subject: Re: [PATCH] Add 'extern C' if simulator is written in C++ To: Simon Marchi Cc: gdb-patches@sourceware.org, vapier@gentoo.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-01/txt/msg00057.txt.bz2 Yes, we're integrating GDB into our cycle-accurate simulator: https://github.com/MIPT-ILab/mipt-sim-gdb =D1=87=D1=82, 3 =D1=8F=D0=BD=D0=B2. 2019 =D0=B3. =D0=B2 06:31, Simon Marchi= : > On 2018-12-31 06:53, =D0=9F=D0=B0=D0=B2=D0=B5=D0=BB =D0=9A=D1=80=D1=8E=D0= =BA=D0=BE=D0=B2 wrote: > > Add 'extern C' if simulator is written in C++ > > That looks good to me, but can you just precise what's your use case so > I understand better? I suppose you have a sim port in a private fork of > binutils-gdb? > > Simon >