Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt | |
Result of running 'hg m5style --skip-all --fix-control -a'. | |||
2015-12-04 | sim: Add support for generating back traces on errors | Andreas Sandberg | |
Add functionality to generate a back trace if gem5 crashes (SIGABRT or SIGSEGV). The current implementation uses glibc's stack traversal support if available and stubs out the call to print_backtrace() otherwise. | |||
2008-09-19 | atomicio: provide atomic read and write functions. | Nathan Binkert | |
These functions keep trying to read and write until all data has been transferred, or an error occurrs. In the case where an end of file hasn't been reached, but all of the bytes have not been read/written, try again. On EINTR, try again. |