cpu: Don't print the CPU name when a (Break|Panic)PCEvent happens.
authorGabe Black <gabeblack@google.com>
Thu, 10 Oct 2019 03:53:09 +0000 (20:53 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 25 Oct 2019 22:42:31 +0000 (22:42 +0000)
commit1ded8d6d9f829774c16c50c56f1538d4b7711f09
treec46bbd40fc5c108ff2b9b00cb61a0189598f5681
parent21b58d19ad2996d34da9d3143f47059636c6cd84
cpu: Don't print the CPU name when a (Break|Panic)PCEvent happens.

This requires reaching into the threadcontext to access the CPU
pointer, and also isn't all that useful since it's more important what
event happened, not what CPU happened to be running the code at that
time.

Change-Id: I368707c804dff9bd349f3261bdcd08be55c5d04a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22103
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/cpu/pc_event.cc