This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
gdb command for listing assembly labels
- From: "Jiju George T" <jiju dot george at nestgroup dot net>
- To: <gdb at sources dot redhat dot com>
- Date: Wed, 16 Jul 2008 15:27:58 +0100
- Subject: gdb command for listing assembly labels
Hi,
?
?I am using gdb based on 6.8 version cross compiled for mips-linux to debug
a MIPS Linux kernel. I would like know is there any command in gdb to list
all the assembly labels?
?I tried "info function" which lists C like functions and "info variables"
which lists the global variables. I could n't find any command which lists
all labels in assembly files.
Thanks,
Jiju George T