core_debug: Add an address trigger to stop logging at a given address
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 12 Nov 2020 04:06:38 +0000 (15:06 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 15 Jan 2021 01:40:09 +0000 (12:40 +1100)
commit470f1b21400645e42417c7baa779d0555e875709
tree2dacf3e58d610e31354f3fd0ed49b1d778233c2f
parent5535257c71d5231ffdce98153abf1a27558052fe
core_debug: Add an address trigger to stop logging at a given address

This compares the address being fetched with the contents of a
register that can be set via DMI, and if they match, stops the
logging.  Since this works on the address being fetched rather than
executed, it is subject to false positives.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
core_debug.vhdl
scripts/mw_debug/mw_debug.c