----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3412/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11416:fb94dc5904b6 --------------------------- arm: Remove BreakPCEvent on guest kernel panic The LinuxArmSystem class normally provides support for panicing gem5 if the simulated kernel panics. When this is turned off (default), gem5 uses a BreakPCEvent to provide a debugger hook into the simulator when the kernel crashes. This hook unconditionally kills gem5 with a SIGTRAP unless gem5 is compiled in fast mode. This is undesirable since the panic_on_panic param already provides similar functionality. Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Nikos Nikoleris <[email protected]> Diffs ----- src/arch/arm/linux/system.cc 1f92ce16e171 Diff: http://reviews.gem5.org/r/3412/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
