From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1859 invoked by alias); 6 Jun 2003 21:31:51 -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 1830 invoked from network); 6 Jun 2003 21:31:51 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 6 Jun 2003 21:31:51 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 137182B5F; Fri, 6 Jun 2003 17:31:43 -0400 (EDT) Message-ID: <3EE1083E.4090801@redhat.com> Date: Fri, 06 Jun 2003 21:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "John S. Yates, Jr." Cc: gdb Subject: Re: info threads References: <027701c31565$53c22b20$1400a8c0@astral> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00088.txt.bz2 > I have been implementing support for "info threads" > based on the stock 5.3 release. > > For the qfThreadInfo message I return a list of the > addresses of all TCBs (thread control blocks) known > to our nucleus. It turns out that some of these > live below the 2GB boundary and some above. Only > those TCBs that do not appear to be negative are > displayed. Why is this? GDB would be showing its UNIX roots. Something is likely assuming that any -ve is invalid. Excatly what, I don't know. Andrew