RTEMS | libdebugger: Add support for PowerPC (!163)
Chris Johns (@chris)
gitlab at rtems.org
Wed Aug 7 04:53:43 UTC 2024
Chris Johns commented on a discussion on cpukit/libdebugger/rtems-debugger-target.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/163#note_110627
> uint8_t contents[RTEMS_DEBUGGER_TARGET_SWBREAK_MAX_SIZE];
> } rtems_debugger_target_swbreak;
>
> +/**
> + * Target memory update handler. If set this is called to modify
> + * the executable memory. It may not be possible to make it
> + * read/write.
> + */
> +typedef int (*rtems_debugger_target_code_writer)(void* address,
Sure. I have updated the comment.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/163#note_110627
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/20240807/49180732/attachment.htm>
More information about the bugs
mailing list