From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cp165172.hpdns.net (cp165172.hpdns.net [91.238.165.172]) by sourceware.org (Postfix) with ESMTPS id 4A4863857C6A for ; Fri, 7 Jan 2022 16:53:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A4863857C6A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dyxyl.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dyxyl.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dyxyl.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zKDm9hYiRBTbQ4DxWKIfqM6IDYjFJYJG23N0pbL6EcI=; b=FwNOKkjYN2muIUy7bxBc2Bdnss hxSHMMpA9/V8ZNNHPlZiFbkNE50JiGWnnfupgKpZmHskrXvQ83xV4Hb26hOFvei8MT50mdjlUZXrA jhflYnAhGI5OGcAS7Vvb6/XACADUj/vVVzf93l/Z8UuA2pqI0tD8WM2JzK93vtjzRnRg=; Received: from cpc92880-cmbg19-2-0-cust615.5-4.cable.virginm.net ([82.27.106.104]:44092 helo=localhost.localdomain) by cp165172.hpdns.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n5sUf-00Aaan-G7; Fri, 07 Jan 2022 16:53:30 +0000 Received: by localhost.localdomain (Postfix, from userid 597) id 3FAB0600AE; Fri, 7 Jan 2022 16:53:30 +0000 (GMT) From: Martin Simmons To: "S. Champailler" Cc: gdb@sourceware.org Subject: Re: 6502 support in GDB In-Reply-To: <34b35bd0.606c.17e33e5b812.Webtop.188@skynet.be> (gdb@sourceware.org) References: <34b35bd0.606c.17e33e5b812.Webtop.188@skynet.be> Date: Fri, 07 Jan 2022 16:53:30 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-cPanel-MailScanner-Information: Please contact the ISP for more information X-cPanel-MailScanner-ID: 1n5sUf-00Aaan-G7 X-cPanel-MailScanner: Found to be clean X-cPanel-MailScanner-SpamCheck: X-cPanel-MailScanner-From: qqxnjvamvxwx@dyxyl.com X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HK_RANDOM_ENVFROM, HK_RANDOM_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp165172.hpdns.net X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dyxyl.com X-Get-Message-Sender-Via: cp165172.hpdns.net: authenticated_id: dyxyl/from_h X-Authenticated-Sender: cp165172.hpdns.net: qqxnjvamvxwx@dyxyl.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2022 16:53:34 -0000 >>>>> On Fri, 7 Jan 2022 10:36:39 +0100 (CET), S Champailler via Gdb said: > > I was wondering if it is "easy" to add support for a CPU in GDB. > Specifically the 6502. Someone claims to have done this for the m6809 in GDB 7.6 so maybe that will give some ideas: https://www.6809.org.uk/dragon/m6809-gdb.shtml __Martin