From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108979 invoked by alias); 23 Mar 2017 09:23:48 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 107784 invoked by uid 89); 23 Mar 2017 09:23:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:embedde X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Mar 2017 09:23:45 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 7E2DB81383; Thu, 23 Mar 2017 10:23:43 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HD63--O39PLN; Thu, 23 Mar 2017 10:23:43 +0100 (CET) Received: from [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838] (cacatoes.act-europe.fr [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 069FC81381; Thu, 23 Mar 2017 10:23:43 +0100 (CET) Subject: Re: [OpenOCD-devel] Python API for supplying thread information? To: Freddie Chopin , Liviu Ionescu References: <1490175792.1242.7.camel@op.pl> <8FB0BA0B-F013-48A6-965B-AEF4B69610EC@livius.net> <6b759808-b486-64c1-6624-c622cad8a46e@adacore.com> <1490205142.1410.5.camel@op.pl> Cc: gdb@sourceware.org, openocd-devel From: Pierre-Marie de Rodat Message-ID: Date: Thu, 23 Mar 2017 09:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1490205142.1410.5.camel@op.pl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00046.txt.bz2 On 03/22/2017 06:52 PM, Freddie Chopin wrote: > Looks like something targeting PC, so not really suited for a > microcontroller. What makes you think that? My understanding of the design is that it's centered on adding new metadata sections to ELF binaries and make the debugger use this metedata. This looks quite embedded-friendly to me. -- Pierre-Marie de Rodat