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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h124 inline std::string dump_state() const;
281 inline std::string sc_process_handle::dump_state() const function in class:sc_core::sc_process_handle
283 return m_target_p ? m_target_p->dump_state() : std::string("NO TARGET");
540 // Andy Goodrich: changed dump_status() to dump_state() with new signature.
H A Dsc_process.cpp203 //"sc_process_b::dump_state"
207 std::string sc_process_b::dump_state() const function in class:sc_core::sc_process_b
794 // (2) Changed dump_status() to dump_state with new signature.
H A Dsc_process.h341 std::string dump_state() const;
803 // (2) Changed dump_status() to dump_state() with new signature.

Completed in 12 milliseconds