To me this does not seem a bug, but rather an expected behaviour of gdb. The main issue is your executable not having debug symbols (in logs I see the messages 'No line number information available' and 'No symbol table is loaded. Use the "file" command.'). With gcc/as you need to compile/assemble providing the option "-g". Secondarily, if I'm not mistaken, you have libc with debugging symbols but without sources (this is not a problem, it's uncommon to have libc sources installed, usually you have them only if you want to debug ). start.S and libc-start.c belong to libc and contain the code responsible for calling main() function of your program after a bit of initialization work.
-- 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
