From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2213 invoked by alias); 17 Sep 2002 04:20:12 -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 2200 invoked from network); 17 Sep 2002 04:20:10 -0000 Received: from unknown (HELO mtsslvpngway) (202.54.39.98) by sources.redhat.com with SMTP; 17 Sep 2002 04:20:10 -0000 Received: (qmail 28855 invoked from network); 17 Sep 2002 04:23:23 -0000 Received: from unknown (HELO multitech.co.in) (192.168.10.1) by 0 with SMTP; 17 Sep 2002 04:23:23 -0000 Received: from multitech.co.in (megha [192.168.1.45]) by multitech.co.in (8.12.1/8.12.1) with ESMTP id g8H4KJ2r010513; Tue, 17 Sep 2002 09:50:19 +0530 Message-ID: <3D86ACF3.53F2B78F@multitech.co.in> Date: Mon, 16 Sep 2002 21:20:00 -0000 From: Vinayak P Risbud Organization: Multi-Tech Software Systems X-Accept-Language: en MIME-Version: 1.0 To: Ecos-Discuss , gdb Subject: breakpoint Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00215.txt.bz2 Hi, I am trying to debug redboot on ARM9 platform using JTAG debugger. I want to put a break point at hal_hardware_init function But, the gdb is always breaking at cyg_start function How to debug, the functions before cyg_start (i.e hal_hardware_init) using GDB ? ~ Vinayak