src/os/posix/vm/os_posix.cpp

changeset 3379
b16494a69d3d
parent 2584
da091bb67459
child 3783
7432b9db36ff
equal deleted inserted replaced
3378:7ab5f6318694 3379:b16494a69d3d
57 } 57 }
58 } 58 }
59 VMError::report_coredump_status(buffer, success); 59 VMError::report_coredump_status(buffer, success);
60 } 60 }
61 61
62 int os::get_last_error() {
63 return errno;
64 }
65
62 bool os::is_debugger_attached() { 66 bool os::is_debugger_attached() {
63 // not implemented 67 // not implemented
64 return false; 68 return false;
65 } 69 }
66 70

mercurial