From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4842 invoked by alias); 30 Aug 2006 06:07:32 -0000 Received: (qmail 4834 invoked by uid 22791); 30 Aug 2006 06:07:32 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Aug 2006 06:07:30 +0000 Received: by nf-out-0910.google.com with SMTP id a27so55858nfc for ; Tue, 29 Aug 2006 23:07:28 -0700 (PDT) Received: by 10.48.210.20 with SMTP id i20mr2265761nfg; Tue, 29 Aug 2006 23:07:27 -0700 (PDT) Received: by 10.48.217.8 with HTTP; Tue, 29 Aug 2006 23:07:27 -0700 (PDT) Message-ID: Date: Wed, 30 Aug 2006 06:07:00 -0000 From: "Rajesh Warange" To: gdb@sourceware.org Subject: Into GDB MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00236.txt.bz2 Hi, I 'm very much new to GDB. My final goal is to change GDB for a native chipset of ours. I need some pointers from you in the right direction. 1. I wanted to know the "chain of functions" followed by GDB when we just type "gdb" on the command-prompt. 2. also the "chain of functions" when we give commands like step or breakpoint etc. I 'm reading GDB Internals. But its not helping me much in this regard. Please help. Thanks. -- wrr