From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26507 invoked by alias); 16 Jun 2008 17:17:15 -0000 Received: (qmail 26492 invoked by uid 22791); 16 Jun 2008 17:17:15 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-kukur.atl.sa.earthlink.net (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Jun 2008 17:16:54 +0000 Received: from [209.86.224.39] (helo=elwamui-little.atl.sa.earthlink.net) by elasmtp-kukur.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1K8IJy-0005ZB-7m; Mon, 16 Jun 2008 13:16:46 -0400 Received: from 66.121.73.254 by webmail.pas.earthlink.net with HTTP; Mon, 16 Jun 2008 13:16:45 -0400 Message-ID: <28117988.1213636606282.JavaMail.root@elwamui-little.atl.sa.earthlink.net> Date: Mon, 16 Jun 2008 17:17:00 -0000 From: Igor Korot Reply-To: Igor Korot To: Daniel Jacobowitz Subject: Re: What do I need to look at the source while debugging? Cc: Fahd Abidi , Michael Snyder , gdb@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: ae972db06a188bef94f5150ab1c16ac08868399773331e3042814f8bbfc7bab9421b611756a685b8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2008-06/txt/msg00162.txt.bz2 Hi, Daniel, -----Original Message----- >From: Daniel Jacobowitz >Sent: Jun 16, 2008 9:41 AM >To: Igor Korot >Cc: Fahd Abidi , Michael Snyder , gdb@sourceware.org >Subject: Re: What do I need to look at the source while debugging? > >On Mon, Jun 16, 2008 at 09:06:10AM -0700, Igor Korot wrote: >> >You will need to attach this gdb session to a gdbserver to begin the >> >debugging. So start your application with the following commands: >> > >> >linux# gdbserver SQLDriverConnectW.o >> > >> >I forget the exact command to give to gdbserver to specify what port you >> >will use to connect. Next from gdb connect to the gdbserver: >> > >> >(gdb) target remote ****your connection settings**** > >FYI, this is for remote debugging. Igor, I believe you're using >native debugging, so this does not apply. Yes, I'm using native debugging, ie locally. > >It sounds like your problem is specific to the Gentoo build system. >Have you considered trying a Gentoo list? Maybe someone there will >recognize it. That's why in the first message of the thread I asked if anybody here runs Gentoo. ;-) Anyway, I tried Gentoo forum, and I guess I will (have to) do that again. > >-- >Daniel Jacobowitz >CodeSourcery Thank you.