summaryrefslogtreecommitdiff
path: root/src/sim/backtrace.hh
AgeCommit message (Collapse)Author
2015-12-04sim: Add support for generating back traces on errorsAndreas 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.