From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4763 invoked by alias); 7 Dec 2006 12:40:33 -0000 Received: (qmail 4586 invoked by uid 22791); 7 Dec 2006 12:40:31 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO pdns.sankhya.co.in) (210.212.208.205) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 07 Dec 2006 12:40:21 +0000 Received: from sankhya.com (sankhya-external [192.168.1.2]) by pdns.sankhya.co.in (8.12.11/8.12.10) with ESMTP id kB7BwqIO028162 for ; Thu, 7 Dec 2006 17:28:52 +0530 Received: from sankhya.com (localhost [127.0.0.1]) by sankhya.com (8.12.8/8.12.5) with ESMTP id kB7C4UeD004609 for ; Thu, 7 Dec 2006 17:34:30 +0530 Received: from localhost (anithab@localhost) by sankhya.com (8.12.8/8.12.5/Submit) with ESMTP id kB7C4TBP004605 for ; Thu, 7 Dec 2006 17:34:29 +0530 Date: Thu, 07 Dec 2006 12:40:00 -0000 From: Anitha Boyapati To: gdb@sourceware.org Subject: break points for shared libs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2006-12/txt/msg00057.txt.bz2 Hi, I want to set breakpoints in shared lib sources while executing another program.But the symbol is being overridden whenever I use file test.so Please let me know if there is a way to set breakpoints in shared library sources while debugging an application which uses this. -------------------------------------------------------------------- warning: shared library handler failed to enable breakpoint is the warning I got! -- Regards, Anitha B.