-interpreter-exec console "handle ...".
Example:
session.signalHandle("SIGINT", ["nostop", "print"]);MiPendingCommand signalHandle(string signal, string[] actions) @trustedConfigures signal handling.
signal | Signal name (e.g. "SIGINT", "SIGSEGV", "all"). |
actions | Actions (e.g. "stop", "nostop", "print", "noprint", "pass", "nopass"). |
-interpreter-exec console "handle ...".
Example:
session.signalHandle("SIGINT", ["nostop", "print"]);