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] Avoid false valgrind warnings on linux_ptrace_test_ret_to_nx


On Tue, 2013-02-19 at 19:42 +0100, Jan Kratochvil wrote:

> +#ifdef HAVE_RUNNING_ON_VALGRIND
> +  if (HAVE_RUNNING_ON_VALGRIND)
Isn't it rather 
     if (RUNNING_ON_VALGRIND)
which is needed ?
> +    return;
> +#endif
> +




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