From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1320 invoked by alias); 25 Sep 2002 10:53:01 -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 1308 invoked from network); 25 Sep 2002 10:52:55 -0000 Received: from unknown (HELO mtsslvpngway) (202.54.39.98) by sources.redhat.com with SMTP; 25 Sep 2002 10:52:55 -0000 Received: (qmail 9441 invoked from network); 25 Sep 2002 10:56:38 -0000 Received: from unknown (HELO multitech.co.in) (192.168.10.1) by 0 with SMTP; 25 Sep 2002 10:56:38 -0000 Received: from multitech.co.in (megha [192.168.1.45]) by multitech.co.in (8.12.1/8.12.1) with ESMTP id g8PApEq4032381; Wed, 25 Sep 2002 16:21:19 +0530 Message-ID: <3D9193F3.8F4B92C6@multitech.co.in> Date: Wed, 25 Sep 2002 03:53:00 -0000 From: Vinayak P Risbud Organization: Multi-Tech Software Systems X-Accept-Language: en MIME-Version: 1.0 To: Ecos-Discuss , gdb Subject: gdb problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00403.txt.bz2 Hi, I am using gdb with jtag interface for debugging arm9 board. When I view for Mixed sources ( i.e assembly and C) some of higher addresses come before than lower address for example 16100 mov... 16104 16108 1610c 16114 16120 16110 16118 1611c As you can see...the addresses are not linear... Is it a problem ? If yes...where exactly could be the problem ? Thanks in advance Vinayak