This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


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

Re: [ECOS] debugging timer dependent programs thru gdb


Rajeev wrote:
> 
> hi,
>   i would like to know if gdb will be able to help me debug
> time-dependent applications (like multithreading) because i was
> wondering how the gdb would be able to physically hold the clock to the
> cpu. Does it have a software emulation of the timers?

Nope. When debugging a remote embedded target, in general interrupts are
disabled, that's all. If stuff is timer dependent, it will "lose" time.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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