[Nestedvm] signals

Adam Megacz megacz at cs.berkeley.edu
Fri Jul 10 13:24:37 EDT 2009


David Barr <david20708 at gmail.com> writes:
> * figure out if there is a signal handler in place for a given signal
> * figure out the name of the function that is acting as a signal handler
> * call the signal handler

I don't think so.

> * raise a signal in the runtime

Only for the very special case of the default newlib handler for SIGKILL.

If you're interested in implementing this, look in UnixRuntime for sys_kill().

  - a




More information about the Nestedvm mailing list