From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127431 invoked by alias); 22 Mar 2017 11:01: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 127417 invoked by uid 89); 22 Mar 2017 11:01:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=increasing, popularity, Hx-languages-length:625, Freddie X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Mar 2017 11:01:46 +0000 Received: by mail-wm0-f67.google.com with SMTP id n11so8623342wma.0 for ; Wed, 22 Mar 2017 04:01:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=jd7gr1mNvQcn+91iehmTFOAHb3Ob8ygyCqJpGWnGID4=; b=f/fkQimYhbBTpmyPK1A+Ka5j/VUkvpfrNKGi2H7Lgelv7rxTieS6FhjvqCsGhX9z+d Z74vwWFEBkeHx9A524P9UclSRjxjSTf93WT3rm0PqfLSR7SmXkfm2lhBIA3EUKEBEiNj iYJVgY/8GIoBgswfIPwcmNnU6zkfjgrfY9g/HWBSxL/Upadz7GadxL73QpKoOvRkhTi/ DG92TYP4xNxC6ChAfrT67W4DwOzGb4M4QBtsEe7GuUJtrBmGqiNyr5KRnbt3baDJw5Wf FsfHclDk8aeWBgfVZa9pG9A2dIs+Elev09mQouwfQ8dBvqj/PkfrkOpAFcG3yY9tmKXc 7Cig== X-Gm-Message-State: AFeK/H2yA6T2oEC73X4+mcp02qsDsS98lODpZ2EY3RmWV1IAz3se4AyhOCaPQurcWrzZCg== X-Received: by 10.28.226.4 with SMTP id z4mr7035381wmg.135.1490180505458; Wed, 22 Mar 2017 04:01:45 -0700 (PDT) Received: from [172.16.62.12] ([109.99.239.84]) by smtp.gmail.com with ESMTPSA id 53sm1380588wrt.52.2017.03.22.04.01.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Mar 2017 04:01:44 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: [OpenOCD-devel] Python API for supplying thread information? From: Liviu Ionescu In-Reply-To: <1490175792.1242.7.camel@op.pl> Date: Wed, 22 Mar 2017 11:01:00 -0000 Cc: gdb@sourceware.org, openocd-devel Content-Transfer-Encoding: quoted-printable Message-Id: <8FB0BA0B-F013-48A6-965B-AEF4B69610EC@livius.net> References: <1490175792.1242.7.camel@op.pl> To: Freddie Chopin X-SW-Source: 2017-03/txt/msg00034.txt.bz2 > On 22 Mar 2017, at 11:43, Freddie Chopin wrote: >=20 > The idea I'm asking about is related to the Pretty Printing API in > Python, ... > Would that be even possible to implement in GDB? Maybe something like > that is possible even now, but not documented? even if this is possible, it does not cover all debugging tools (increasing= in popularity right now, at least for FreeRTOS) that might need to introsp= ect the RTOS, for example Eclipse plug-ins to display the status of semapho= res, queues, memory allocators, etc. regards, Liviu