This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [rfc][rft (procfs, nto-procfs)] Fix signal bypass heuristic with software single-step


>>>>> "Ulrich" == Ulrich Weigand <uweigand@de.ibm.com> writes:

Ulrich> -/* post process changes to signal handling in the inferior.  */
Ulrich> +/* Set list of signals to be handled in the target.  */
 
Ulrich> -#define target_notice_signals(ptid) \
Ulrich> -     (*current_target.to_notice_signals) (ptid)
Ulrich> +extern void target_pass_signals (int nsig, unsigned char *pass_signals);

I would like it if there were more documentation about what this method
means and how it is used.  Actually, I suppose I would prefer it on the
field in struct target_ops, to be read by people porting gdb.

Tom


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