From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4021 invoked by alias); 12 Dec 2007 11:26:25 -0000 Received: (qmail 4012 invoked by uid 22791); 12 Dec 2007 11:26:24 -0000 X-Spam-Check-By: sourceware.org Received: from smtp2.poczta.onet.pl (HELO smtp2.poczta.onet.pl) (213.180.130.30) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Dec 2007 11:26:11 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:2098 "EHLO [10.0.0.62]" rhost-flags-OK-OK-OK-FAIL) by ps2.test.onet.pl with ESMTPA id S1476711993AbXLLL0InM1BL (ORCPT ); Wed, 12 Dec 2007 12:26:08 +0100 Message-ID: <475FC54D.1040200@op.pl> Date: Wed, 12 Dec 2007 11:26:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdb 6.7.50.20071127 - few problems Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-12/txt/msg00080.txt.bz2 Hi, I've tried to use gdb6.7.50.20071127 (mingw). I noticed few problems (in comparison with gdb6.7.1). 1) after attaching to process 'info shared' returns: "No shared libraries loaded at this time" (gdb6.7.1 returns few libraries) 2) debugged process has loaded shared library using LoadLibrary, and I cannot set breakpoint in this library. I get: "No symbol table is loaded. Use the "file" command" (using gdb6.7.1 I can set breakpoint without problem). Why I have to use 'file' command (and 'symbol-file' too)? It works with mentioned commands but I'm wondering it's intended behaviour or bug? Regards Bogdan P.S. 6.7.50.20071211 works in the same way.