Re: [Qemu-devel] [PATCH, RFT] mingw32: use ASLR, no-SEH and DEP if available

2010-09-29 Thread Blue Swirl
On Wed, Sep 29, 2010 at 2:38 AM, TeLeMan wrote: > GDB can not insert breakpoints on Windows Vista/7 because of the flag > -dynamicbase. I'd suppose that is a bug in GDB, or rather a missing feature. ASLR is automatically disabled by GDB 7, but that and "set disable-randomization on" seems to work

Re: [Qemu-devel] [PATCH, RFT] mingw32: use ASLR, no-SEH and DEP if available

2010-09-28 Thread TeLeMan
GDB can not insert breakpoints on Windows Vista/7 because of the flag -dynamicbase. -- SUN OF A BEACH

[Qemu-devel] [PATCH, RFT] mingw32: use ASLR, no-SEH and DEP if available

2010-09-14 Thread Blue Swirl
If the linker supports the flags --dynamicbase, --no-seh, or --nxcompat, use them. Signed-off-by: Blue Swirl -- This may create compatibility problems with XP. Testers wanted. No change seen with Wine. --- configure |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a