I'm trying to run my app on gdb. Therefore I compiled it with the 'g' option. But when I'm running gdb ./app
I get:
DW_FORM_strp pointing outside of .debug_str section [in module /home/w/app]
And I cannot do any break:
(gdb) break main
No symbol table is loaded. Use the "file" command.
(gdb) .