From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1867 invoked by alias); 16 Jun 2005 18:21:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1847 invoked by uid 22791); 16 Jun 2005 18:21:21 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 16 Jun 2005 18:21:21 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-72-217.inter.net.il [80.230.72.217]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BNZ03028 (AUTH halo1); Thu, 16 Jun 2005 21:21:16 +0300 (IDT) Date: Thu, 16 Jun 2005 18:21:00 -0000 Message-Id: From: Eli Zaretskii To: victor.stinner@haypocalc.com CC: gdb@sources.redhat.com In-reply-to: <1118892960.12713.5.camel@haypopc> (message from Victor STINNER on Thu, 16 Jun 2005 05:36:00 +0200) Subject: Re: Display libc function names instead of address ? Reply-to: Eli Zaretskii References: <1118892960.12713.5.camel@haypopc> X-SW-Source: 2005-06/txt/msg00173.txt.bz2 > Date: Thu, 16 Jun 2005 05:36:00 +0200 > From: Victor STINNER > > I woud like to know if it is possible to display libc functions name > instead of their address. Example : > > (1) (...) // prepare parameters > call 0x8048728 > > (2) jmp *0x804a6b0 // in relocation table, at 0x08048728 In response of what command(s) would you like to see the function names? Can you post an example of a command and its current output?