From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27316 invoked by alias); 16 Jul 2008 14:28:24 -0000 Received: (qmail 27306 invoked by uid 22791); 16 Jul 2008 14:28:23 -0000 X-Spam-Check-By: sourceware.org Received: from mail.ashling.com (HELO ashling.com) (62.77.186.162) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Jul 2008 14:28:02 +0000 Received: from Syam ([192.168.10.57]) by ashling.com (ashling.com [127.0.0.1]) (MDaemon PRO v9.6.5) with ESMTP id md50001048470.msg for ; Wed, 16 Jul 2008 15:27:59 +0100 X-Spam-Processed: ashling.com, Wed, 16 Jul 2008 15:27:59 +0100 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 192.168.10.57 X-Return-Path: jiju.george@nestgroup.net X-Envelope-From: jiju.george@nestgroup.net X-MDaemon-Deliver-To: gdb@sources.redhat.com From: "Jiju George T" To: Subject: gdb command for listing assembly labels Date: Wed, 16 Jul 2008 14:28:00 -0000 Message-ID: <003001c8e750$253920c0$390aa8c0@ashmicro.ashling.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MDAV-Processed: ashling.com, Wed, 16 Jul 2008 15:27:59 +0100 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00192.txt.bz2 Hi, =A0 =A0I am using gdb based on 6.8 version cross compiled for mips-linux to deb= ug a MIPS Linux kernel. I would like know is there any command in gdb to list all the assembly labels?=20 =A0I 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.=20 Thanks, Jiju George T=20