This is an automated email from Gerrit. Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3328
-- gerrit commit 32a5dd41bcb62cd42d04b2aa4242518f88fe949b Author: Alamy Liu <[email protected]> Date: Tue Dec 1 10:35:50 2015 -0800 armv8: Add ARMV8_MODE_xxx definition Change-Id: Ic69f980d30be2daf0ba345ea15f5eb21a253f26d Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/target/arm.h b/src/target/arm.h index ef272eb..3dd0bb2 100644 --- a/src/target/arm.h +++ b/src/target/arm.h @@ -67,6 +67,15 @@ enum arm_mode { ARM_MODE_USER_THREAD = 1, ARM_MODE_HANDLER = 2, + /* D1.6.4 Saved program Status Registers (SPSRs), M[4:0] */ + ARMV8_MODE_EL0T = 0b00000, + ARMV8_MODE_EL1T = 0b00100, + ARMV8_MODE_EL1H = 0b00101, + ARMV8_MODE_EL2T = 0b01000, + ARMV8_MODE_EL2H = 0b01001, + ARMV8_MODE_EL3T = 0b01100, + ARMV8_MODE_EL3H = 0b01101, + ARM_MODE_ANY = -1 }; -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
