From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23380 invoked by alias); 22 Jul 2003 19:06:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23351 invoked from network); 22 Jul 2003 19:06:15 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 22 Jul 2003 19:06:15 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h6MJ6DLS002852; Tue, 22 Jul 2003 14:06:13 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h6MJ6DHK009240; Tue, 22 Jul 2003 14:06:13 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h6MJ6CsL009239; Tue, 22 Jul 2003 15:06:12 -0400 Date: Tue, 22 Jul 2003 19:06:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307221906.h6MJ6CsL009239@duracef.shout.net> To: ezannoni@redhat.com Subject: Re: [PATCH] fix info address for thread local vars Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-07/txt/msg00397.txt.bz2 Elena Z writes: info address me Symbol "me" is a variable with complex or multiple locations (DWARF2). (gdb) FAIL: gdb.threads/tls.exp: info address me I think this is a KFAIL. Assuming that the information coming out of the compiler is correct, then it is not an XFAIL. The PR would be easy: gdb can't handle variables with complex or multiple locations. On my next spin I'll report on the numerous red hat linux 8 configurations and I can submit KFAIL-ish patches for the new tests. Michael C