Re: [PATCH] configure: don't enable ASLR for --enable-debug Windows builds

2020-10-05 Thread Paolo Bonzini
On 05/10/20 15:42, Richard Henderson wrote: > On 10/5/20 8:34 AM, Mark Cave-Ayland wrote: >> Unlike other OSs it is not possible for gdb to temporarily disable ASLR when >> debugging executables on Windows which causes gdb to fail with memory access >> errors when trying to debug QEMU. >> >> Keep A

Re: [PATCH] configure: don't enable ASLR for --enable-debug Windows builds

2020-10-05 Thread Richard Henderson
On 10/5/20 8:34 AM, Mark Cave-Ayland wrote: > Unlike other OSs it is not possible for gdb to temporarily disable ASLR when > debugging executables on Windows which causes gdb to fail with memory access > errors when trying to debug QEMU. > > Keep ASLR enabled by default on Windows via the --dynami