Searched refs:isUnwinding (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/core/
H A Dprocess.hh71 bool isUnwinding() const { return _isUnwinding; } function in class:sc_gem5::Process
72 void isUnwinding(bool v) { _isUnwinding = v; } function in class:sc_gem5::Process
H A Dsc_process_handle.cc275 return _gem5_process->isUnwinding();
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc301 current->isUnwinding(false);

Completed in 7 milliseconds