RTEMS | libdebugger: Add support for PowerPC (!163)
Kinsey Moore (@opticron)
gitlab at rtems.org
Tue Aug 6 14:23:02 UTC 2024
Kinsey Moore started a new discussion on cpukit/libdebugger/rtems-debugger-target.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/163#note_110542
> 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,
It should be called out explicitly that this call is responsible for cache sync.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/163#note_110542
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/560de8db/attachment.htm>
More information about the bugs
mailing list