From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1242 invoked by alias); 31 Jan 2008 13:22:09 -0000 Received: (qmail 1233 invoked by uid 22791); 31 Jan 2008 13:22:09 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Jan 2008 13:20:49 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 770093B6EE; Thu, 31 Jan 2008 05:20:47 -0800 (PST) Subject: Re: Fwd: Re: beginner From: Michael Snyder To: srinivas bakki Cc: gdb@sourceware.org In-Reply-To: <424439.83046.qm@web27205.mail.ukl.yahoo.com> References: <424439.83046.qm@web27205.mail.ukl.yahoo.com> Content-Type: text/plain Date: Thu, 31 Jan 2008 13:22:00 -0000 Message-Id: <1201785647.3402.10.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) 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/msg00358.txt.bz2 > > > > > man ptrace > > > > > > You should have a good understanding of how the > > unix > > > process works first. > > > > Ok,fine. i assume i know the process execution > > environment and its launch by the kernel fairly > > well.Atleast i know about that in linux. > > OK, how about... http://sourceware.org/gdb/current/onlinedocs/gdbint_toc.html (gdb internals manual, such as it is), and of course http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html (gdb user manual) By all means, don't forget http://www.gnu.org/prep/standards/ When you get ready to contribute, you'll want to look at: http://sources.redhat.com/gdb/contribute/