bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb show ?? symbols


From: 清水河
Subject: gdb show ?? symbols
Date: Tue, 22 Dec 2009 20:36:48 -0800 (PST)
User-agent: G2/1.0

Hi, I tried to use gdb to debug kernel code.
I compiled with -g -ggdb flags, but it seems gdb cannot show symbols
correctly, instead it shows all ??

Remote debugging using /dev/pts/11
0xc0467118 in ?? ()
(gdb) where
#0  0xc0467118 in ?? ()
#1  0xc077db2d in ?? ()
#2  0x00000000 in ?? ()

how to solve this problem?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]