From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10077 invoked by alias); 21 May 2009 18:26:22 -0000 Received: (qmail 10054 invoked by uid 22791); 21 May 2009 18:26:21 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 May 2009 18:26:16 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 88CF966856; Thu, 21 May 2009 18:26:14 +0000 (UTC) From: Mike Frysinger To: insight@sourceware.org Subject: Re: insight and nasm Date: Sun, 24 May 2009 08:38:00 -0000 User-Agent: KMail/1.11.3 (Linux/2.6.29.2; KDE/4.2.3; x86_64; ; ) Cc: arkkimede , insight@sources.redhat.com References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200905211426.16814.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00060.txt.bz2 Message-ID: <20090524083800.1uPhRinNhrWeNE_e904KeS1XqwkJpw6Fq_ubIAAunaE@z> On Thursday 21 May 2009 10:40:58 arkkimede wrote: > It is possible debugging a file written for the nasm assembly with insight? insight is merely a frontend to gdb. gdb merely cares about the debugging information in the objects. you probably arent telling nasm to emit debugging information. -mike