This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB stops randomly


On Mon, Feb 05, 2007 at 03:14:02AM -0800, Carlos Losada wrote:
> Hi,
>  
> I'm debugging an ecos application on an ARM/TDMI based
> custom board (v. similar to EB40) using GDB through
> Eclipse/CDT, but the debugger keeps stopping at random
> places where there are no breakpoints set.  There is
> always a SIGINT associated with this stop.  It's not
> clear what's generating this signal; maybe it's an
> interrupt. Configuring SIGINT not to stop debugger
> loses control of my program
>  
> What can be done to ensure the debugger only stops at
> requested breakpoints ?

It could be that your program has crashed and done something
illegal. The gdb stub has taken over control and is now letting you
debug the problem.

      Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]