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: [PATCH] sim: d10v: fix signal updates


On 04/03/2015 01:40 AM, Mike Frysinger wrote:
> @@ -936,17 +936,14 @@ sim_resume (SIM_DESC sd, int step, int siggnal)
>      {
>      case 0:
>        break;
> -#ifdef SIGBUS
> -    case SIGBUS:
> -#endif
> -    case SIGSEGV:
> +    case GDB_SIGNAL_BUS:

OOC, why no SIGSEGV -> GDB_SIGNAL_SEGV ?

Thanks,
Pedro Alves


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