Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* problem with exec-file when targetting remote machine
@ 2003-03-24 20:07 Kris Warkentin
  2003-03-24 20:36 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Kris Warkentin @ 2003-03-24 20:07 UTC (permalink / raw)
  To: gdb

This problem comes up when using the QNX remote protocol but it's probably
more generic than that.  I'm not asking for a fix but more for some guidance
as to what might be happening.

The long and short of it is that if I attach to a process on a remote
machine after having read the symbols, everything works fine.  I run gdb,
load symbols, set a breakpoint on main, run and get:

Breakpoint 1, main (argc=1, argv=0x803fcc4) at NetController.cpp:62
62         int   lSuccessCode = 0;   // Success

as one might expect.  If, however, exec-file has been set, either explicitly
or implicitly by calling "gdb myapp" from the command line, I get something
like:

Breakpoint 1, 0x40380000 in ?? ()
(gdb) bt
#0  0x40380000 in ?? ()
#1  0x00000001 in ?? ()

Note that this doesn't happen with everything - it seems to be mostly with
large projects, particularily C++.  There's obviously some data being read
by gdb based on what the exec-file is set as that is causing a problem.

Can anyone give me an idea as to what gdb might be doing differently when
exec-file has been set?

cheers,

Kris


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-03-30  1:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-24 20:07 problem with exec-file when targetting remote machine Kris Warkentin
2003-03-24 20:36 ` Daniel Jacobowitz
2003-03-26 21:56   ` Kris Warkentin
2003-03-26 22:25     ` Andrew Cagney
2003-03-30  1:12       ` Kris Warkentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox