cpu: make ExecSymbol show the symbol in addition to address
authorCiro Santilli <ciro.santilli@arm.com>
Wed, 23 Sep 2020 18:54:53 +0000 (19:54 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Mon, 28 Sep 2020 10:47:38 +0000 (10:47 +0000)
commit325a143d6fdf774f60c39643c3f4aa25e89457ba
tree22aad9eac0441d5efbe6f683bb9f9bfc407f241f
parent2c6901120ff9c9dbd3fa7e18c8e487df17741f95
cpu: make ExecSymbol show the symbol in addition to address

Before this commit, ExecSymbol would show only the symbol and no address:

0: system.cpu: A0 T0 : @_kernel_flags_le_lo32+6    :   mrs   x0, currentel

After this commit, it shows the symbol in addition to the address:

0: system.cpu: A0 T0 : 0x10 @_kernel_flags_le_lo32+6    :   mrs   x0, currentel

Change-Id: I665802f50ce9aeac6bb9e174b5dd06196e757c60
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35077
Reviewed-by: Richard Cooper <richard.cooper@arm.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/cpu/exetrace.cc