Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21714 invoked from network); 22 Apr 2010 14:25:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2010 14:25:40 -0000 X-Host-Fingerprint: 141.76.44.136 unknown Received: from [141.76.44.136] ([141.76.44.136:24278] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/C4-21218-46C50DB4 for ; Thu, 22 Apr 2010 10:25:40 -0400 Message-ID: To: internals@lists.php.net Date: Thu, 22 Apr 2010 16:25:37 +0200 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 References: <81.FF.21218.96450DB4@pb1.pair.com> <4BD05B5C.9080808@daylessday.org> In-Reply-To: <4BD05B5C.9080808@daylessday.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Posted-By: 141.76.44.136 Subject: Re: [PHP-DEV] Debugging a PHP Extension via GDB From: sebastian@garbage-group.de (=?ISO-8859-15?Q?Sebastian_Kurf=FCrst?=) Hey, thanks for your quick replies. I'm definitely using a debug build, both PHP core and my extension. Somehow I think I need to load the symbol table of the shared library into GDB, but I don't know how to do this... Regards, Sebastian