From owner-freebsd-current Sun Jun 16 8:31:15 2002 Delivered-To: freebsd-current@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id B89F137B419; Sun, 16 Jun 2002 08:31:07 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6LGY; Sun, 16 Jun 2002 18:15:28 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5GFDJb20003; Sun, 16 Jun 2002 18:13:19 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D0CAB48.1C33DFB4@FreeBSD.org> Date: Sun, 16 Jun 2002 18:14:16 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: current@FreeBSD.org Subject: Problem with gdb 5.2 from ports Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, As you have requested, I installed devel/gdb52 port on my -current system and gave it a try. It works most of the time, but I've noticed that breakpoint set to a finction in a shared library doesn't work, at least for libraries which have no debugging info compiled in (I have not tested it with ibraries with debugging info yet). This can be easily verified by seting up break point to some function in libc and then executing binary which calls this function in debugger. It worked just fine in old gdb. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message