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: Daniel Jacobowitz <drow at false dot org>
- To: Igor Korot <ikorot at earthlink dot net>
- Cc: Fahd Abidi <fabidi at ultsol dot com>, Michael Snyder <msnyder at specifix dot com>, gdb at sourceware dot org
- Date: Mon, 16 Jun 2008 12:41:07 -0400
- Subject: Re: What do I need to look at the source while debugging?
- References: <14479600.1213632371027.JavaMail.root@elwamui-little.atl.sa.earthlink.net>
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.
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.
--
Daniel Jacobowitz
CodeSourcery