Looking at the log, it looks like a gdb issue. Please try this:

$ gdb /home/tiago/Documents/isc/a2/9
(gdb) list

If you get that warning, instead of something like:
1       .data
2               isc:    .long 0x7d
3               tp:     .long 0x20
4       .text
5       .globl main
6       main:
7               movl isc,%eax
8               movl %eax,%ebx
9               movl tp,%eax
10              nop
then for some reason gdb is defaulting to '_start' instead of 'main' when 
listing at startup.

Cheers.
Alberto.

-- 
Strange warning in ddd
https://bugs.launchpad.net/bugs/473919
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to