行号和文件位置不显示在c中的gdb中

时间:2014-09-02 14:02:35

标签: c gdb

打开curedump时,我在gdb中找不到文件位置和行号。 甚至源文件的路径也是正确的,并使用-g选项

进行编译
Program terminated with signal 11, Segmentation fault.

    #0  0x090ae019 in VlanIsFrameTagged ()

Missing separate debuginfos, use: debuginfo-install glibc-2.10.1-2.i686 libgcc-4.4.0-4.i586
(gdb) b
Breakpoint 1 at 0x90ae019
(gdb) bt

     #0  0x090ae019 in VlanIsFrameTagged ()
     #1  0x090aeb8a in VlanGetTagLenInFrameForLocalPort ()
     #2  0x09083947 in VlanGetTagLenInFrame ()

0 个答案:

没有答案