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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
