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] Tweak warning output on Linux kernels with broken i386 NX support.


On Tue, 19 Feb 2013 19:10:36 +0100, Pedro Alves wrote:
>  	       "address %p nor is the return instruction %p!"),
>  	     pc, return_address, &linux_ptrace_test_ret_to_nx_instr);
>    else
> -    warning (_("Cannot call inferior functions, you have broken "
> -	       "Linux kernel i386 NX (non-executable pages) support!"));
> +    warning (_("Cannot call inferior functions on this system - "
> +	       "Linux kernel with broken i386 NX (non-executable pages) "
> +	       "support detected!"));
>  #endif /* defined __i386__ || defined __x86_64__ */
>  }
>  

I am fine with this message.


Thanks,
Jan


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