Fix Cygwin gdb build
[deliverable/binutils-gdb.git] / gdbserver / win32-low.cc
index 75305a4cfabbb9c7fc876fc3999d73d95345c1d3..5a6f0df39f57197bc5a2c8512ae1113cd958b520 100644 (file)
@@ -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.  */
This page took 0.024129 seconds and 4 git commands to generate.