From 111580acd29c018159c4588b04187d8087e84e19 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 12 Aug 2018 18:56:19 +0100 Subject: [PATCH] gem5: exit on panic, link to mailing list thread --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 1fe9afa..7b7098b 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ....