MCPcopy Create free account
hub / github.com/QBDI/QBDI / threadStateToGPRState

Function threadStateToGPRState

tools/validator/darwin_process.cpp:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getProcessGPRMethod · 0.85

Calls 1

Tested by

no test coverage detected