X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbserver%2Fwin32-low.cc;fp=gdbserver%2Fwin32-low.cc;h=5a6f0df39f57197bc5a2c8512ae1113cd958b520;hb=a010605fef0eba73c564c3dd22e0a6ecbc26b10e;hp=75305a4cfabbb9c7fc876fc3999d73d95345c1d3;hpb=efba5c2319d6c25393e5cce9a2d30bbc0cb53123;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/win32-low.cc b/gdbserver/win32-low.cc index 75305a4cfa..5a6f0df39f 100644 --- a/gdbserver/win32-low.cc +++ b/gdbserver/win32-low.cc @@ -1198,6 +1198,14 @@ windows_nat::handle_ms_vc_exception (const EXCEPTION_RECORD *rec) return false; } +/* See nat/windows-nat.h. */ + +bool +windows_nat::handle_access_violation (const EXCEPTION_RECORD *rec) +{ + return false; +} + /* A helper function that will, if needed, set 'stopped_at_software_breakpoint' on the thread and adjust the PC. */