Kinsey Moore started a new discussion on 
cpukit/libdebugger/rtems-debugger-aarch64.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/983#note_141928

 > - *   WRPs: BSP_FLD64(val, 20, 23) (watchpoints implemented - 1, 0x0 
 > reserved so minimum 2)
 > - *   BRPs: BSP_FLD64(val, 12, 15) (breakpoints implemented - 1, 0x0 
 > reserved so minimum 2)
 > - *   DebugVer: BSP_FLD64(val, 0, 3) (0x6 - 8, 0x7 - 8 w/ VHE, 0x8 - 8.2, 
 > 0x9 - 8.4)
 > + *   BT: BSP_FLD64(val, 20, 23) (breakpoint type, always 0x0 or 0x4, address
 > + * match or mismatch) LBN: BSP_FLD64(val, 16, 19) (linked breakpoint number,
 > + * always 0x0, not relevant given above) SSC: BSP_FLD64(val, 14, 15) 
 > (security
 > + * state control, only 0x0 relevant) HMC: BSP_BIT64(13) (higher mode 
 > control,
 > + * only 0x0 relevant) BAS: BSP_FLD64(val, 5, 8) (byte address select, always
 > + * 0xF, other values denote debugging of AArch32 code) PMC: BSP_FLD64(val, 
 > 1, 2)
 > + * (privelege mode control, only 0x1 relevant) E: BSP_BIT64(0) (enable, 0x1 
 > when
 > + * in use, 0x0 when disabled) DBGBVR<0-15>_EL1 (value, address) 
 > ID_AA64DFR0_EL1
 > + *   WRPs: BSP_FLD64(val, 20, 23) (watchpoints implemented - 1, 0x0 
 > reserved so
 > + * minimum 2) BRPs: BSP_FLD64(val, 12, 15) (breakpoints implemented - 1, 0x0
 > + * reserved so minimum 2) DebugVer: BSP_FLD64(val, 0, 3) (0x6 - 8, 0x7 - 8 
 > w/
 > + * VHE, 0x8 - 8.2, 0x9 - 8.4)
 >   */

This should not be reformatted.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/983#note_141928
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to