From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30815 invoked by alias); 27 Jul 2004 21:17:29 -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 30808 invoked from network); 27 Jul 2004 21:17:28 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.198) by sourceware.org with SMTP; 27 Jul 2004 21:17:28 -0000 Received: by mproxy.gmail.com with SMTP id 75so113906rnl for ; Tue, 27 Jul 2004 14:17:28 -0700 (PDT) Received: by 10.38.9.76 with SMTP id 76mr8749rni; Tue, 27 Jul 2004 14:17:28 -0700 (PDT) Message-ID: <3e599100040727141757559fbb@mail.gmail.com> Date: Tue, 27 Jul 2004 21:48:00 -0000 From: Nagender Telkar To: gdb@sources.redhat.com Subject: using gdb for code compiled with armcc In-Reply-To: <36993D449C7FA647BF43568E0793AB3E4C87B2@nevis_pune_xchg.pune.nevisnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <36993D449C7FA647BF43568E0793AB3E4C87B2@nevis_pune_xchg.pune.nevisnetworks.com> X-SW-Source: 2004-07/txt/msg00349.txt.bz2 Hello All, I have developed a remote stub to debug arm-elf-gcc compiled code on arm processor. Now, I want to be able to use my debugger to debug armcc compiled code. Can gdb read and understand armcc compiled code and symbol tables? Is it possible to get gdb to debug the armcc compiled code by making changes to the stub I have right now? If so how much work is involved in this and where do I get started? Thankyou, Nagender