From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16474 invoked by alias); 15 Jun 2008 21:53:21 -0000 Received: (qmail 16464 invoked by uid 22791); 15 Jun 2008 21:53:21 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-spurfowl.atl.sa.earthlink.net (HELO elasmtp-spurfowl.atl.sa.earthlink.net) (209.86.89.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Jun 2008 21:53:00 +0000 Received: from [209.86.224.32] (helo=elwamui-cypress.atl.sa.earthlink.net) by elasmtp-spurfowl.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1K809h-00035Y-Uv; Sun, 15 Jun 2008 17:52:58 -0400 Received: from 66.245.58.253 by webmail.pas.earthlink.net with HTTP; Sun, 15 Jun 2008 17:52:57 -0400 Message-ID: <30219565.1213566777985.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> Date: Sun, 15 Jun 2008 21:53:00 -0000 From: Igor Korot Reply-To: Igor Korot To: Michael Snyder Subject: Re: What do I need to look at the source while debugging? Cc: 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: ae972db06a188bef94f5150ab1c16ac08868399773331e30a0130d84948f6862ff98d11c8e20c5bc350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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/msg00150.txt.bz2 OK, so what else can I try? Do I need to reconfigure and re-build? Thank you. -----Original Message----- >From: Michael Snyder >Sent: Jun 15, 2008 1:06 PM >To: Igor Korot >Cc: gdb@sourceware.org >Subject: Re: What do I need to look at the source while debugging? > >On Sun, 2008-06-15 at 00:02 -0400, Igor Korot wrote: >> Hi, >> I just tried to use a 'load' command: >> >> (gdb) load /home/igor/portage/dev-db/unixODBC-2.2.12/work/unixODBC-2.2.12/DriverManager/SQLDriverConnectW.c > >Why? That's not at all what it's for. >You never "load" a source file": "load" actually means >"download a binary image onto a development board". > > > >