From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9332 invoked by alias); 25 Sep 2006 17:27:58 -0000 Received: (qmail 9323 invoked by uid 22791); 25 Sep 2006 17:27:58 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Sep 2006 17:27:48 +0000 Received: by nimbus.ott.qnx.com with Internet Mail Service (5.5.2653.19) id ; Mon, 25 Sep 2006 13:27:46 -0400 Message-ID: <3518719F06577C4F85DA618E3C37AB9106B12B6C@nimbus.ott.qnx.com> From: Alain Magloire To: Daniel Jacobowitz Cc: Denis PILAT , nickrob@snap.net.nz, gdb@sourceware.org Subject: RE: info thread Date: Mon, 25 Sep 2006 17:27:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00145.txt.bz2 > > I think you're thinking of -thread-list-ids. Ah, this is mi/674. > It's also mi/1040. Both of which suggest *stopped :-) > > We could add the thread to -thread-list-ids, too. > > Something to keep in mind: the thread "extra info" is expensive to > collect on some platforms, e.g. requires asking the remote stub for > details on each individual thread. > Noted, but some platforms put some extra stuff in the output of "info threads" like thread names, states, mutexes etc ... this information is then retrieve by the IDE and shownn to the user. It is my understanding, that the output is platform dependent. Are you suggesting a new command to retrieve this info? I was hopping we could stuff this in the output of -thread-list-ids. Basically, we would like to retrieve more information on a thread what is the best way for MI?