From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30826 invoked by alias); 14 Mar 2004 18:31:42 -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 30700 invoked from network); 14 Mar 2004 18:31:41 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by sources.redhat.com with SMTP; 14 Mar 2004 18:31:41 -0000 Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id 1F5E174C699 for ; Sun, 14 Mar 2004 13:31:40 -0500 (EST) Received: by server3.messagingengine.com (Postfix, from userid 99) id 34B9216721E; Sun, 14 Mar 2004 13:31:41 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 From: "Srinivas Visvanathan" To: gdb@sources.redhat.com Date: Sun, 14 Mar 2004 18:31:00 -0000 Message-Id: <1079289101.29892.182653692@webmail.messagingengine.com> Subject: using gdb on HP-UX X-SW-Source: 2004-03/txt/msg00136.txt.bz2 Hello I have used gdb on linux and solaris and am currently trying to use it on HP-UX. I get the following message from gdb when I try to debug a program 'foo': ----------------------------- $ gdb foo GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "hppa1.1-hp-hpux10.20"... warning: pxdb not found at standard location: /opt/langtools/bin gdb will not be able to debug /home/sriniv/foo Please install pxdb at the above location and then restart gdb. You can also run pxdb on /home/sriniv/foo with the command "pxdb /home/sriniv/foo" and then restart gdb. (gdb) ----------------------------- what is pxdb ? Is it a HP-UX specific thing ? Where can I get a copy of it ? Any help is appreciated. thanx srinivas