mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
gem5: exit on panic, link to mailing list thread
This commit is contained in:
@@ -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
|
||||
|
||||
....
|
||||
|
||||
Reference in New Issue
Block a user