| 321 | bool hasCrashed(int status) { return status == Status::Crashed; } |
| 322 | |
| 323 | void threadStateToGPRState(THREAD_STATE *ts, QBDI::GPRState *gprState) { |
| 324 | return qbdipreload_threadCtxToGPRState((void *)ts, gprState); |
| 325 | } |
| 326 | |
| 327 | void floatStateToFPRState(THREAD_STATE_FP *fs, QBDI::FPRState *fprState) { |
| 328 | return qbdipreload_floatCtxToFPRState((void *)fs, fprState); |
no test coverage detected