|
|
gdb greeting后,list命令后显示No symbol table is loaded. Use the "file" command.
然后我又file greeting和run后,显示:
(gdb) file hello
Reading symbols from /root/code/hello...(no debugging symbols found)...done.
(gdb) run
Starting program: /root/code/hello
Reading symbols from shared object read from target memory...(no debugging symbols found)...done.
Loaded system supplied DSO at 0xf4c000
(no debugging symbols found)
(no debugging symbols found)
hello!
我知道怎么解决?帮帮我 |
|