login
Header Space

 
 

the problem is: the kill

October 14, 2008 - 11:21am
Anonymous (not verified)

the problem is:

the kill signal is not issued by the parent, but by debugger.
so precess is not going to get killed rather it is going to be stopped.

what I want is :
after I do
kill(PIDGET(inferior_ptid),SIGINT);

I want to nulify the efect of SIGINT.
in the sense, I should be able to tell kernel, please cancel this kill request.
I do not want to send anymore....

is it possible ?

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <b> <quote> <pre> <hr> <br> <p> <img> <blockquote> <font> <tt> <table> <tr> <i>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

speck-geostationary