From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5501 invoked by alias); 14 Apr 2010 21:42:10 -0000 Received: (qmail 5491 invoked by uid 22791); 14 Apr 2010 21:42:09 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail2.panix.com (HELO mail2.panix.com) (166.84.1.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Apr 2010 21:42:06 +0000 Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 5582A38E56 for ; Wed, 14 Apr 2010 17:42:05 -0400 (EDT) Received: from mail.panix.com (localhost [127.0.0.1]) by mailbackend.panix.com (Postfix) with ESMTP id F073F32629 for ; Wed, 14 Apr 2010 17:42:04 -0400 (EDT) X-Panix-Received: from 128.221.197.58 (SquirrelMail authenticated user roy@panix.com) by mail.panix.com with HTTP; Wed, 14 Apr 2010 17:42:04 -0400 Message-ID: Date: Wed, 14 Apr 2010 21:42:00 -0000 Subject: identifying shared libraries in gdb? From: "Roy Smith" To: gdb@sourceware.org User-Agent: SquirrelMail/1.4.19 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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: 2010-04/txt/msg00046.txt.bz2 We've got a core file from a customer and suspect that the customer may not have the right set of shared libraries installed. On solaris dbx, we would use "proc -map" to see the elf checksums of each loaded library and run "elfdump -k" on the .so's that should be there and see if the checksums match. Is the a way to do the equivalent in gdb on linux?