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 --dynamicbase compiler flag > except for --enable-debug builds when there is a clear expectation that a > functioning gdb is expected at the cost of slightly less security. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > configure | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~