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 ....