| 125 | } |
| 126 | |
| 127 | bool StackFrame::checkInterruptedSyscall() { |
| 128 | return retval() == (uintptr_t)-EINTR; |
| 129 | } |
| 130 | |
| 131 | bool StackFrame::isSyscall(instruction_t* pc) { |
| 132 | // int 0x80 |
nothing calls this directly
no outgoing calls
no test coverage detected