gem5: exit on panic, link to mailing list thread

This commit is contained in:
Ciro Santilli
2018-08-12 18:56:19 +01:00
parent 6792bfd45a
commit 111580acd2

View File

@@ -3671,6 +3671,8 @@ abortHandler(int sigtype)
}
....
Raised on the mailing list at: https://www.mail-archive.com/gem5-users@gem5.org/msg15863.html
Detection seems to be symbol based: it parses the kernel image, and triggers when the PC reaches the address of a symbol: https://github.com/gem5/gem5/blob/1da285dfcc31b904afc27e440544d006aae25b38/src/arch/arm/linux/system.cc#L73
....