From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 320A339D2C78 for ; Thu, 4 Feb 2021 22:50:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 320A339D2C78 Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 878F6335D85; Thu, 4 Feb 2021 22:50:02 +0000 (UTC) Date: Thu, 4 Feb 2021 17:50:01 -0500 From: Mike Frysinger To: Jeremy Bennett Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2] sim: example-synacor: a simple implementation for reference Message-ID: Mail-Followup-To: Jeremy Bennett , gdb-patches@sourceware.org References: <20210103072446.10840-1-vapier@gentoo.org> <20210119040555.7487-1-vapier@gentoo.org> <2bbd7a63-3fb6-6d02-20ef-ad9b5ee9f42c@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2bbd7a63-3fb6-6d02-20ef-ad9b5ee9f42c@embecosm.com> X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 22:50:05 -0000 On 04 Feb 2021 10:57, Jeremy Bennett wrote: > On 19/01/2021 04:05, Mike Frysinger via Gdb-patches wrote: > > Provide a simple example simulator for people porting to new > > targets to use as a reference. This one has the advantage of being > > used by people and having a fun program available for it. > > Good to see your proposal and the lack of a RISC-V simulator being > addressed again. this thread isn't about RISC-V. guessing you meant to respond to a diff one. -mike