Hi! Is there a way in Xenomai 3 to have a signal alike notification?
The Xenomai 2 code base I work on needs a way to get exceptions such as #DB and #BP delivered to a RT_TASK in real time context. For Xenomai 2 they implemented a subset of regular RT-signals which work in real time context. So the RT_TASK could register a signal handler for #DB on x86. Before I start porting this feature to Xenomai 3 (I'll happily publish these patches) I want to sort out whether this can be achieved with stock features or minimal adoptions. -- Thanks, //richard
