Thread: Re: What do I need to look at the source while debugging?
Re: What do I need to look at the source
while debugging?
United States
2008-06-15 15:06:17
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".