From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5849 invoked by alias); 16 Jan 2008 21:55:35 -0000 Received: (qmail 5841 invoked by uid 22791); 16 Jan 2008 21:55:34 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Jan 2008 21:55:17 +0000 Received: (qmail 20630 invoked from network); 16 Jan 2008 21:55:14 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 16 Jan 2008 21:55:14 -0000 To: Arun Paneri Cc: gdb@sourceware.org Subject: Re: Pls help: regarding gdb internals References: <550693.17540.qm@web90408.mail.mud.yahoo.com> From: Jim Blandy Date: Wed, 16 Jan 2008 21:55:00 -0000 In-Reply-To: <550693.17540.qm@web90408.mail.mud.yahoo.com> (Arun Paneri's message of "Wed, 16 Jan 2008 11:59:13 -0800 (PST)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00130.txt.bz2 Arun Paneri writes: > I am new to gdb code and trying to learn more things. i need help > regarding gdb internals. Hi. I'm afraid that sketching "how gdb works internally" would take a very long time. In gdbint.texinfo, the section on "Symbol handling" should answer some of your questions. The section on "Algorithms" has more general information.