From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5703 invoked by alias); 6 Dec 2005 15:06:22 -0000 Received: (qmail 5695 invoked by uid 22791); 6 Dec 2005 15:06:22 -0000 X-Spam-Check-By: sourceware.org Received: from shadow.prohost.de (HELO shadow.prohost.de) (216.71.84.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Dec 2005 15:06:20 +0000 Received: from boulder (p54A7F101.dip.t-dialin.net [84.167.241.1]) by shadow.prohost.de (8.11.6/8.11.6) with ESMTP id jB6F6HX19707 for ; Tue, 6 Dec 2005 16:06:17 +0100 Received: from localhost (localhost [127.0.0.1]) by boulder (Postfix) with ESMTP id 32B461BB for ; Tue, 6 Dec 2005 16:06:16 +0100 (CET) Received: from boulder ([127.0.0.1]) by localhost (boulder.lipieda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79382-02 for ; Tue, 6 Dec 2005 16:06:14 +0100 (CET) Received: from [192.168.129.50] (unknown [192.168.129.50]) by boulder (Postfix) with ESMTP id 457081B3 for ; Tue, 6 Dec 2005 16:06:14 +0100 (CET) Message-ID: <4395A907.8030303@lipowsky.de> Date: Tue, 06 Dec 2005 15:06:00 -0000 From: Efim Monjak User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: debug crt0.s Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2005-12/txt/msg00058.txt.bz2 Hi all, if GDB steps throw crt0.s modul no debug information (assembler instructions) can be seen. Command "show language" will be responsed "auto; currently c", but in assembler moduls which are called from main() the response is "auto; currently asm" and I can see the assembler instructions. Is it possible to enable these information in the crt0.s module automatically, similar to other assembler modules? Thanks