diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2014-02-06 16:30:13 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2014-02-06 16:30:13 -0600 |
commit | eb73a14fe29ff4940a206a9961e30c2376412951 (patch) | |
tree | bb2c32fb24a0226667540df2d2c17cde34453b7b /src/base/trace.cc | |
parent | bb0e9119e700b7816e8509a9010441362dc66ccd (diff) | |
download | gem5-eb73a14fe29ff4940a206a9961e30c2376412951.tar.xz |
base: calls abort() from fatal
Currently fatal() ends the simulation in a normal fashion. This results in
the call stack getting lost when using a debugger and it is not always
possible to debug the simulation just from the information provided by the
printed error message. Even though the error is likely due to a user's fault,
the information available should not be thrown away. Hence, this patch to
call abort() from fatal().
Diffstat (limited to 'src/base/trace.cc')
0 files changed, 0 insertions, 0 deletions