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. |