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: MIPS Linux signals


On 05/20/2012 03:02 AM, Michael Eager wrote:

> +static int
> +mips_target_signal_to_host (struct gdbarch *gdbarch, enum target_signal signo)
> +{
> +  printf ("MJE: mips_target_signal_to_host (<gdbarch>, signo=%d)\n", signo);
> +
> +  switch (signo) {
> +    case TARGET_SIGNAL_0: 	return 0;
> +    case TARGET_SIGNAL_HUP:   	return MIPS_SIGHUP;


BTW, I wouldn't bother with gdbarch_target_signal_to_host.  Nothing ever calls it.

-- 
Pedro Alves


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