aarch64: Add instruction stepping support using hardware step
Use AARCH64's hardware step event to do stepping. Change-Id: I2d029ceeadd381913d0c3355c8787b11dacff7f7 Signed-off-by: pierre Kuo <vichy.kuo@gmail.com> Signed-off-by: David Ung <david.ung.42@gmail.com> Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
This commit is contained in:
committed by
Matthias Welwarsky
parent
5ee67ce024
commit
13d13b2e2a
@@ -161,6 +161,7 @@ target_to_armv8(struct target *target)
|
||||
/* register offsets from armv8.debug_base */
|
||||
|
||||
#define CPUDBG_WFAR 0x018
|
||||
#define CPUDBG_DECR 0x024
|
||||
/* PCSR at 0x084 -or- 0x0a0 -or- both ... based on flags in DIDR */
|
||||
#define CPUDBG_DSCR 0x088
|
||||
#define CPUDBG_DRCR 0x090
|
||||
|
||||
Reference in New Issue
Block a user