Re: [Oorexx-devel] Intercepting kill command

2012-11-15 Thread David Ashley
Rick - I need you help with this code. If all these signals are going to raise the Halt condition, we need to supply the user with additional information about what kind of signal this is. How do I add additional information about the kind of Halt (signal) that was raised? David Ashley On Tue,

Re: [Oorexx-devel] Intercepting kill command

2012-11-15 Thread Rick McGuire
Not too difficult, actually. The work of raising a halt condition is eventually performed in RexxActivity::halt, which can already take a description string. The path to get there is Interpreter::haltAllActivities-InterpreterInstance::haltAllActivities-RexActivity::halt. The first two calls