Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |