RTEMS | cpukit: reformat libdebugger (!983)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Feb 5 22:05:50 UTC 2026
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260205/f357099a/attachment-0001.htm>
More information about the bugs
mailing list