RTEMS | cpukit: reformat libdebugger (!983)
Gedare Bloom (@gedare)
gitlab at rtems.org
Thu Feb 5 21:57:39 UTC 2026
Gedare Bloom started a new discussion on cpukit/libdebugger/rtems-debugger-arm.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/983#note_141923
> * CP register access.
> */
> -#define ARM_CP_INSTR(_opc, _cp, _op1, _val, _CRn, _CRm, _op2) \
> - #_opc " p" #_cp ", " #_op1 ", %[" #_val "], c" #_CRn ", c" #_CRm ", " #_op2 "\n"
> -
> -#define ARM_CP_WRITE(_cp, _op1, _val, _CRn, _CRm, _op2) \
> - do { \
> - ARM_SWITCH_REG; \
> - asm volatile( \
> - ASM_ARM_MODE \
> - ARM_CP_INSTR(mcr, _cp, _op1, val, _CRn, _CRm, _op2) \
> - ARM_SYNC_INST \
> - ASM_THUMB_MODE \
> - : ARM_SWITCH_REG_ASM \
> - : [val] "r" (_val)); \
> +#define ARM_CP_INSTR(_opc, _cp, _op1, _val, _CRn, _CRm, _op2) \
I missed filtering this one.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/983#note_141923
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/f981252d/attachment-0001.htm>
More information about the bugs
mailing list