src/os/posix/vm/os_posix.cpp

Print this page
rev 2110 : [mq]: is-debugger-present

@@ -57,5 +57,10 @@
     }
   }
   VMError::report_coredump_status(buffer, success);
 }
 
+bool os::is_debugger_present() {
+  // not implemented
+  return false;
+}
+