From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 71A21386F434 for ; Sun, 24 May 2020 14:26:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 71A21386F434 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [10.0.0.11] (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id ECFB81E5F9; Sun, 24 May 2020 10:25:59 -0400 (EDT) Subject: Re: apply patch to avr-gdb to be able to debug on assembler level From: Simon Marchi To: Christo Crause , Klaus Rudolph Cc: gdb@sourceware.org References: <234fc85f-1844-9dc7-277a-aaaa61c320e5@simark.ca> Message-ID: <017ddc67-8bf9-50f8-d09c-880bf01de548@simark.ca> Date: Sun, 24 May 2020 10:25:59 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <234fc85f-1844-9dc7-277a-aaaa61c320e5@simark.ca> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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@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: Sun, 24 May 2020 14:26:01 -0000 On 2020-05-22 1:25 p.m., Simon Marchi wrote: > I would like to see this merged, so I'm working on getting at least a bit of the > GDB testsuite running against simavr. If that works well enough, at least we'll > get some confidence that this change doesn't break some other use case. Sent here: https://sourceware.org/pipermail/gdb-patches/2020-May/168939.html Simon