RTEMS | libdebugger: Add support for PowerPC (!163)
Chris Johns (@chris)
gitlab at rtems.org
Tue Aug 6 02:08:56 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240806/ec654edc/attachment.htm>
More information about the bugs
mailing list