public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Dummy question on interrupts
@ 2001-08-28 10:11 Cristiano Ligieri Pereira
  2001-08-28 10:18 ` Trenton D. Adams
  2001-09-04  4:40 ` Jesper Skov
  0 siblings, 2 replies; 3+ messages in thread
From: Cristiano Ligieri Pereira @ 2001-08-28 10:11 UTC (permalink / raw)
  To: ecos-discuss

What's the best way to debbug interrupts? I think they are happening but
are not being caught for some reason. But how do I find out whether they
are happening or not?

Cristiano.

------------------------------------------------------------
Cristiano Ligieri Pereira - http://www.ics.uci.edu/~cpereira

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

* RE: [ECOS] Dummy question on interrupts
  2001-08-28 10:11 [ECOS] Dummy question on interrupts Cristiano Ligieri Pereira
@ 2001-08-28 10:18 ` Trenton D. Adams
  2001-09-04  4:40 ` Jesper Skov
  1 sibling, 0 replies; 3+ messages in thread
From: Trenton D. Adams @ 2001-08-28 10:18 UTC (permalink / raw)
  To: 'Cristiano Ligieri Pereira', ecos-discuss

Is your interrupt handled by you?  eg. Did you register an interrupt
handler?  If so, just set a break point inside the ISR or DSR.

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Cristiano
Ligieri Pereira
Sent: Tuesday, August 28, 2001 11:11 AM
To: ecos-discuss@sourceware.cygnus.com
Subject: [ECOS] Dummy question on interrupts



What's the best way to debbug interrupts? I think they are happening but
are not being caught for some reason. But how do I find out whether they
are happening or not?

Cristiano.

------------------------------------------------------------
Cristiano Ligieri Pereira - http://www.ics.uci.edu/~cpereira

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

* Re: [ECOS] Dummy question on interrupts
  2001-08-28 10:11 [ECOS] Dummy question on interrupts Cristiano Ligieri Pereira
  2001-08-28 10:18 ` Trenton D. Adams
@ 2001-09-04  4:40 ` Jesper Skov
  1 sibling, 0 replies; 3+ messages in thread
From: Jesper Skov @ 2001-09-04  4:40 UTC (permalink / raw)
  To: Cristiano Ligieri Pereira; +Cc: ecos-discuss

>>>>> "Cristiano" == Cristiano Ligieri Pereira <cpereira@ics.uci.edu> writes:

Cristiano> What's the best way to debbug interrupts? I think they are
Cristiano> happening but are not being caught for some reason. But how
Cristiano> do I find out whether they are happening or not?

You may want to enable assertions - that way you'll get an assertion
if the interrupt does happen but is not handled by the system.

Jesper

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

end of thread, other threads:[~2001-09-04  4:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28 10:11 [ECOS] Dummy question on interrupts Cristiano Ligieri Pereira
2001-08-28 10:18 ` Trenton D. Adams
2001-09-04  4:40 ` Jesper Skov

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).