From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25340 invoked by alias); 31 Jan 2008 12:01:18 -0000 Received: (qmail 25317 invoked by uid 22791); 31 Jan 2008 12:01:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out5.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.92) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Jan 2008 12:00:54 +0000 Received: from [192.168.0.10] (220-253-16-15.VIC.netspace.net.au [220.253.16.15]) by mail.netspace.net.au (Postfix) with ESMTP id 4922B1718D6 for ; Thu, 31 Jan 2008 23:00:49 +1100 (EST) Message-ID: <47A1B871.10301@netspace.net.au> Date: Thu, 31 Jan 2008 12:01:00 -0000 From: Russell Shaw User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 CC: gdb@sourceware.org Subject: Re: beginner References: <320963.68862.qm@web27205.mail.ukl.yahoo.com> In-Reply-To: <320963.68862.qm@web27205.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00356.txt.bz2 srinivas bakki wrote: > Hi people, > I wanted to start going through the GDB > source code to learn how it is implemented, what goes > into the application and its various nuances, perhaps > in a direction to be an active contributor to gdb. > > But am not able to get a clue for the starting point. > where should i start digging the code ? > > Would be great if you people help me through this. man ptrace You should have a good understanding of how the unix process works first.