From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18435 invoked by alias); 1 May 2014 17:49:27 -0000 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 Received: (qmail 18419 invoked by uid 89); 1 May 2014 17:49:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gateway15.websitewelcome.com Received: from gateway15.websitewelcome.com (HELO gateway15.websitewelcome.com) (69.93.179.23) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 May 2014 17:49:25 +0000 Received: by gateway15.websitewelcome.com (Postfix, from userid 5007) id 76F5520362A29; Thu, 1 May 2014 12:49:23 -0500 (CDT) Received: from gator4050.hostgator.com (gator4050.hostgator.com [192.185.4.61]) by gateway15.websitewelcome.com (Postfix) with ESMTP id 6813D203629D7 for ; Thu, 1 May 2014 12:49:23 -0500 (CDT) Received: from [95.237.40.27] (port=15151 helo=[192.168.1.16]) by gator4050.hostgator.com with esmtpa (Exim 4.82) (envelope-from ) id 1Wfv6p-0001gF-27 for insight@sourceware.org; Thu, 01 May 2014 12:49:23 -0500 Message-ID: <53628921.2090009@fabiodalfonso.com> Date: Thu, 01 May 2014 17:49:00 -0000 From: Fabio D'Alfonso Reply-To: fabio.dalfonso@fabiodalfonso.com User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: Cannot set Breakpoints in asm References: <5360D60B.5020506@fabiodalfonso.com> <5360D66C.8090803@fabiodalfonso.com> In-Reply-To: <5360D66C.8090803@fabiodalfonso.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BWhitelist: no X-Exim-ID: 1Wfv6p-0001gF-27 X-Source-Sender: ([192.168.1.16]) [95.237.40.27]:15151 X-Source-Auth: fabio.dalfonso@fabiodalfonso.com X-Email-Count: 1 X-Source-Cap: ZGFsZm9uc287ZGFsZm9uc287Z2F0b3I0MDUwLmhvc3RnYXRvci5jb20= X-IsSubscribed: yes X-SW-Source: 2014-q2/txt/msg00002.txt.bz2 Hi, the issue was the stabs instead of dwarf, how it works. Thanks Fabio D'Alfonso 'Enabling Business Through IT' cell. +39.348.059.40.22 *** web: www.fabiodalfonso.com email: fabio.dalfonso@fabiodalfonso.com linkedin: www.linkedin.com/in/fabiodalfonso twitter: www.twitter.com/#!/fabio_dalfonso fax: +39.06.874.599.581 BlackBerry® Wireless Enabled Address. ** Hidden numbers are automatically rejected by the phone* On 4/30/2014 12:54 PM, Fabio D'Alfonso wrote: > > Hi, > I built the 6.8.1 on ubuntu 11.04, and it works good with c c++ but > when I start a program built with nasm I get an empty list of function > and the dash in the listing do not allow to set breakpoints. > I get only the assembler windows working , while the other seems not > good. I get an empty list of function in the menu selecting the asm > file. and no function to disassemble in the upper part. > > Any idea? > > Thanks