From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10617 invoked by alias); 23 Aug 2002 09:43:20 -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 10604 invoked from network); 23 Aug 2002 09:43:18 -0000 Received: from unknown (HELO felix.sypra.si) (212.118.92.52) by sources.redhat.com with SMTP; 23 Aug 2002 09:43:18 -0000 Received: from s5.net ([10.1.10.15]) by felix.sypra.si (8.9.3/8.9.3) with ESMTP id MAA07620 for ; Fri, 23 Aug 2002 12:41:29 +0200 Message-ID: <3D6603AC.4010607@s5.net> Date: Fri, 23 Aug 2002 02:43:00 -0000 From: Iztok User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: sl, en-us MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Problem debugging SOs Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00282.txt.bz2 Version 5.0 Platform i386 Linux SuSE 7.0 I've got situation when shared object is loaded at runtime via the dlopen function. GDB afterwards shows that the symbols from this shared object are loaded but when trying to step into the function from this SO nothing shows. Full debugging info is included in SO. How should I prepare the system to debug such SW ?