This is the mail archive of the ecos-discuss@sources.redhat.com 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 doesn't stop


eibach@gdsys.de wrote:
(gdb) cont
Continuing.
rx_thread: resumed
thread_int: resumed
Interrupted while waiting for the program.
Give up (and stop debugging it)? (y or n) y

When I try breaking via Ctrl-C nothing happens. After pushing Ctrl-C again I get an error message (see above).

Using breakpoints works fine, the program does what it is supposed to, only breaking via Ctrl-C doesn't work.
I already had a close look to ecos-discuss archives but I didn't find anything helpful.
I hope someone can give advice what else I could try.

Ctrl-C won't work if something else has installed an interrupt handler, interrupts are disabled globally, or the serial interrupt is masked.


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


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


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