public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* GDB Remote Debugging Problem
@ 2003-10-31  8:03 Kiran Chandrashekaran, Nair (IE10)
  2003-10-31 22:27 ` Jim Blandy
  2003-11-03  6:24 ` regarding tracepoint support on a stub ankit thukral
  0 siblings, 2 replies; 3+ messages in thread
From: Kiran Chandrashekaran, Nair (IE10) @ 2003-10-31  8:03 UTC (permalink / raw)
  To: gdb

Hi all,

I have a gdb stub,running on my target.
I am able to connect to the target through TCP and debug 
my debug from the host.

My Problem is 
1. I get a SIGTRAP received message for every function call,
   even if I am not stepping into the function or have not set a breakpoint
in
   the function.
   I get the SRC_AND_LOC message always,when ideally I should only the
  the SRC_LINE displayed.
  eg: When I step through a function foo() in function xyz() I get

      xyx () at xyz.c:78
        
2. Also when a breakpoint is hit ,The don't get the Breakpoint number 
   displayed.
   I get the SRC_AND_LOC displayed,but no breakpoint info.

What could be the problem.
I am using gdb 6.0 configured for i386-elf on cygwin

Could anything be possibily wrong with my gdb stub,which is
derived from the basic gdb stub.

Thanks
Kiran

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

end of thread, other threads:[~2003-11-03  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-31  8:03 GDB Remote Debugging Problem Kiran Chandrashekaran, Nair (IE10)
2003-10-31 22:27 ` Jim Blandy
2003-11-03  6:24 ` regarding tracepoint support on a stub ankit thukral

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).