This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: Cannot set Breakpoints in asm
- From: Fabio D'Alfonso <fabio dot dalfonso at fabiodalfonso dot com>
- To: insight at sourceware dot org
- Date: Thu, 01 May 2014 19:49:21 +0200
- Subject: Re: Cannot set Breakpoints in asm
- Authentication-results: sourceware.org; auth=none
- References: <5360D60B dot 5020506 at fabiodalfonso dot com> <5360D66C dot 8090803 at fabiodalfonso dot com>
- Reply-to: fabio dot dalfonso at fabiodalfonso dot com
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 <http://www.fabiodalfonso.com/>
email: fabio.dalfonso@fabiodalfonso.com
<mailto:fabio.dalfonso@fabiodalfonso.com>linkedin:
www.linkedin.com/in/fabiodalfonso <http://it.linkedin.com/in/fabiodalfonso>
twitter: www.twitter.com/#!/fabio_dalfonso
<http://www.twitter.com/#%21/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