From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7293 invoked by alias); 1 Oct 2004 14:58:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7283 invoked from network); 1 Oct 2004 14:58:25 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 1 Oct 2004 14:58:25 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i91EwNpd022641 for ; Fri, 1 Oct 2004 16:58:24 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Fri, 01 Oct 2004 16:56:26 +0200 Message-Id: <5.2.0.9.1.20041001164703.01cf58e0@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Fri, 01 Oct 2004 14:58:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: MI thread commands Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-10/txt/msg00006.txt.bz2 Hi What was the intention behind -thread-info? It's not explained in the manual and also not implemented (so much to "Read the source, Luke"). Should this bring the info that is available with "info threads" but for only one thread? Is there another possibility to get e.g. the thread name? I made my try with the -thread-list-all-threads command, but I'm not sure about the output format as it's nowhere described (Hey Bob, I need your rules :) Is this sensible? Or is it one level too much (the "threads=" level)? ^done,threads=[thread={id="12",pid="945832",extra=" Name: UserTaskName, State: 0 002, Priority: 0007",frame={func="CTaskTemplateClass::Action",args=[{name="this" ,value="0xe6ea8"}],file="N:/Temp/ToThrow/psoism/applicat/src/CTaskTemplateClass. cpp",line="454"}},thread={id="11",pid="956152",extra=" Name: IMP_MAS, State: 000 9, Priority: 0000",frame={func="CINOSTask::MainLoop",args=[{name="this",value="0 xe96f8"}],file="N:/Temp/ToThrow/psoism/os/inos/Src/Inos.cpp",line="856"}}..(snipped)..] Thanks bye Fabi