Chris Johns commented on a discussion on cpukit/libdebugger/rtems-debugger-powerpc.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/163#note_110527 > +/* > + * Number of bytes of registers. > + */ > +#define RTEMS_DEBUGGER_NUMREGBYTES ppc_reg_offsets[RTEMS_DEBUGGER_NUMREGS] > + > +/* > + * Exception handler to hook. > + */ > +typedef CPU_Exception_frame BSP_Exception_frame; > +typedef void (*exception_handler_t)(BSP_Exception_frame*); > +extern exception_handler_t globalExceptHdl; > + > +/** > + * The `sc` instruction > + */ > +//#define TARGET_BKPT 0x44000002 The commented code is to be removed. I have removed it. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/163#note_110527 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
