From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32250 invoked by alias); 25 Jul 2002 16:00:52 -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 32242 invoked from network); 25 Jul 2002 16:00:51 -0000 Received: from unknown (HELO uclink4.berkeley.edu) (128.32.25.39) by sources.redhat.com with SMTP; 25 Jul 2002 16:00:51 -0000 Received: from zhangl (p1.almaden.ibm.com [198.4.83.52]) by uclink4.berkeley.edu (8.12.3/8.12.3) with SMTP id g6PG0oiT011112 for ; Thu, 25 Jul 2002 09:00:51 -0700 (PDT) Message-ID: <002c01ea907c$58225190$9a0a0109@zhangl> From: "Lucy Zhang" To: Subject: What does GDB use taskstruct for? Date: Thu, 25 Jul 2002 09:00:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-07/txt/msg00264.txt.bz2 Hi, I saw that ELF core dumps contain the TASKSTRUCT struct in its note section. I was wondering what does GDB use that for? Since I'm converting a different dump to an ELF dump, is it ok if I leave it out? What functionalities of GDB would I be losing? Thanks, Lucy