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
GDB can not insert breakpoints on Windows Vista/7 because of the flag
-dynamicbase.
--
SUN OF A BEACH
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