RTEMS | Draft: Feature/stack reporter config (!86)

Mohamed Hassan (@Hamzi) gitlab at rtems.org
Mon Jul 8 03:59:44 UTC 2024




Mohamed Hassan commented on a discussion on cpukit/include/rtems/stackchk.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_108839

 > + * @brief The Stack Checker Reporter Initialization Handler.
 > + * 
 > + * @param[in] running running points to the currently executing thread which
 > + * is being context switched out.
 > + * 
 > + * @param pattern_ok bool variable to check if the pattern is
 > + * still valid or not.
 > + */
 > +typedef void (*Stack_checker_reporter_initialize)(const Thread_Control *, bool);
 > +
 > +/**
 > + * @brief The Stack Checker Reporter Initialization Handler.
 > + * 
 > + * Application provided via <rtems/confdefs.h>
 > + */
 > +extern const Stack_checker_reporter_initialize _Stack_checker_reporter_initialize;

Yes it is, it was modified earlier. you can view the updated [code](https://gitlab.rtems.org/Hamzi/rtems/-/blob/feature/stack-reporter-config/cpukit/include/rtems/stackchk.h?ref_type=heads)

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_108839
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/20240708/4d5ac408/attachment-0001.htm>


More information about the bugs mailing list