This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: notice_signals


Brethour, Tanya (tonic) wrote:
> 
> Hello..
> 
> I was curious if anyone knew what the notice_signals function (ie.
> hpux_thread_notice_signals, child_ops_to.notice_signals,
> procfs_notice_signals) is trying to accomplish. Is this needed for ALL
> platforms.. or what is the criteria to tell if it is needed?


Hi, 

"notice_signals" basically tells GDB what it should do
when the child process gets a signal.  Ie stop and
prompt the user, ignore the signal and continue,
let the child receive the signal, etc.  I would think
it is necessary for any target that uses signals.

Michael



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]