From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1774 invoked by alias); 15 Jul 2004 23:23:33 -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 1767 invoked from network); 15 Jul 2004 23:23:32 -0000 Received: from unknown (HELO pocono.panasas.com) (63.80.58.202) by sourceware.org with SMTP; 15 Jul 2004 23:23:32 -0000 Received: from [172.17.133.218] (rgrover.ca.panasas.com [172.17.133.218]) by pocono.panasas.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id N3AY64WA; Thu, 15 Jul 2004 16:23:31 -0700 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: gdb@sources.redhat.com From: Rohit Grover Subject: how does gdb extract symbol table information from binary files? Date: Thu, 15 Jul 2004 23:43:00 -0000 X-SW-Source: 2004-07/txt/msg00189.txt.bz2 Hello, Could someone please help me understand how gdb fishes symbol table information when asked to print a struct value? I tried working my way down print_command_1(), but didn't succeed. thanks, Rohit.