From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16943 invoked by alias); 30 Jun 2004 17:56:28 -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 16936 invoked from network); 30 Jun 2004 17:56:27 -0000 Received: from unknown (HELO eri.interia.pl) (217.74.65.138) by sourceware.org with SMTP; 30 Jun 2004 17:56:27 -0000 Received: from poczta.interia.pl (egaheer.interia.pl [217.74.65.182]) by eri.interia.pl (Postfix) with ESMTP id 556F626B91; Wed, 30 Jun 2004 19:56:20 +0200 (CEST) Received: from 127.0.0.1 (localhost [127.0.0.1]) by system.wewnetrzny9 (poczta.interia.pl) with SMTP id 78FF837417C; Wed, 30 Jun 2004 19:56:26 +0200 (CEST) Received: by poczta.fm (poczta.fm, from userid 502) id 49D9D64318; Wed, 30 Jun 2004 19:56:25 +0200 (CEST) Received: from poczta.fm (dial-1569.zgora.dialog.net.pl [62.87.222.33]) by poczta.fm (poczta.fm) with ESMTP id 18743642F5; Wed, 30 Jun 2004 19:56:24 +0200 (CEST) Message-ID: <40E2FEC4.3070503@poczta.fm> Date: Wed, 30 Jun 2004 18:53:00 -0000 From: Roland Zerek User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; PL; rv:1.6b) Gecko/20031205 Thunderbird/0.4 MIME-Version: 1.0 To: Kris Warkentin Cc: gdb@sources.redhat.com Subject: Re: Breakpoints in the library code References: <40E29098.4040207@poczta.fm> <40E2B0FD.6050907@qnx.com> <40E2B3B6.6070802@poczta.fm> <40E2C044.2020704@qnx.com> <40E2C6CE.4070703@poczta.fm> <40E2DAB0.7030003@qnx.com> <40E2E20A.7070000@poczta.fm> <40E2FC82.4020008@qnx.com> In-Reply-To: <40E2FC82.4020008@qnx.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-06/txt/msg00308.txt.bz2 U=BFytkownik Kris Warkentin napisa=B3: > You should hit 'reply all' when you reply to me - that way you response=20 > goes to the mailing list as well. You might get help from someone else=20 Oops.... Sorry - did not notify to whom I am writting... I always just=20 simply reply to sender when sending to mailing lists since the sender is=20 usually the mailserver... > as well. Question: did you try break wxXmlResource to see which=20 > members gdb thinks are available for breakpoints? You mean that gdb is capable to autocomplete the name? I did not know it.=20 Will try. >>> Hmm. Well, if it's not recognizing the name of the method, you might=20 >>> want to try setting the breakpoint by filename:line number. (ie=20 >>> foo.cc:73). If that works, then when you hit the breakpoint, you can=20 >>> do a backtrace and see what gdb thinks the name of the method is. >> It works quite well, thanks. However backtrace gives me the same=20 >> method name as expected... >> >> Another question is: why command line debugger works perfectly and GUI=20 >> frontends not... Are there some incompatibilities in gdb api or the=20 >> way the insight or ddd comunicates with gdb is incorrect? Sorry for=20 >> possibly trivial question but I am not gdb expert. --=20 Roland r o l a n d z (at) poczta fm