From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31294 invoked by alias); 23 Mar 2017 16:41:01 -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 31256 invoked by uid 89); 23 Mar 2017 16:40:59 -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=H*F:D*pl X-HELO: smtpo27.poczta.onet.pl Received: from smtpo27.poczta.onet.pl (HELO smtpo27.poczta.onet.pl) (213.180.142.158) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Mar 2017 16:40:57 +0000 Received: from [192.168.2.253] (83-238-226-97.adsl.inetia.pl [83.238.226.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: freddie_chopin@op.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3vpskB1wlczx4KZk; Thu, 23 Mar 2017 17:40:49 +0100 (CET) Message-ID: <1490287249.1231.3.camel@op.pl> Subject: Re: Python API for supplying thread information? From: Freddie Chopin To: Yao Qi Cc: Phil Muldoon , gdb@sourceware.org, openocd-devel@lists.sourceforge.net Date: Thu, 23 Mar 2017 16:41:00 -0000 In-Reply-To: <86mvccuszh.fsf@gmail.com> References: <1490175792.1242.7.camel@op.pl> <4b310e40-3f39-feed-6134-d2cfe68c4423@redhat.com> <1490199596.1410.3.camel@op.pl> <86mvccuszh.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00049.txt.bz2 On Thu, 2017-03-23 at 11:34 +0000, Yao Qi wrote:Providing > thread info isn't just printing thread name and state in "info > threads".  GDB internally needs thread information too. But that's all GDB is getting from OpenOCD - thread name (string), extra info (string) and stack frame (registers). Unless I'm missing something, which is of course possible (; Regards, FCh