This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: What do I need to look at the source while debugging?
- From: Igor Korot <ikorot at earthlink dot net>
- To: Michael Snyder <msnyder at specifix dot com>
- Cc: gdb at sourceware dot org
- Date: Sun, 15 Jun 2008 14:52:57 -0700 (GMT-07:00)
- Subject: Re: What do I need to look at the source while debugging?
- Reply-to: Igor Korot <ikorot at earthlink dot net>
OK, so what else can I try?
Do I need to reconfigure and re-build?
Thank you.
-----Original Message-----
>From: Michael Snyder <msnyder@specifix.com>
>Sent: Jun 15, 2008 1:06 PM
>To: Igor Korot <ikorot@earthlink.net>
>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".
>
>
>
>