I'm trying to identify all uses of the vxWorks exceptions task
"tExcTask". Any Help would be appreciated.
Currently identified uses are:
· Exception Handling Processing that must be done in a task context!
Possibly when "excHookAdd" used?
· Watchdog Timer support!
· Debugging support! Setting up of breakpoints, etc.?
· Use of Unix like signaling mechanism! Delivery of signals to
multiple tasks? Signaling handler executing in tExcTask task context?
· Library dependencies are: dbgLib (Debugger), sigLib (Signal
Library), and intLib (hardware specific interrupt library).
· Supports a task's deletion by executing taskDelete Hooks for tasks
deleting themselves.
Any help would be appreciated.
cheers,
Vijay