MIPS Linux signals

Pedro Alves palves@redhat.com
Mon May 21 21:35:00 GMT 2012


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



More information about the Gdb-patches mailing list