Central | Draft: acfg/if: Add configuration app option for stack-checker-reporter (!4)
Mohamed Hassan (@Hamzi)
gitlab at rtems.org
Mon Aug 19 19:55:25 UTC 2024
Mohamed Hassan commented on a discussion on spec/acfg/if/stack-checker-reporter.yml: https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/4#note_111314
> + ``CONFIGURE_STACK_CHECKER_REPORTER`` can be set to one of the follwoing
> + reporters:
> +
> + * ``rtems_stack_checker_reporter_quiet``: The default quiet reporter that
> + only calls the fatal error handler in case of stack overflow.
> +
> + * ``rtems_stack_checker_reporter_print_details``: The detiled reporter that
> + provides information about the task that caused the stack overflow.
> +
> + * Or a user-defined reporting function.
> +
> + A typical reporter should follow the signature below with these parameters:
> +
> + ```c
> + void rtems_stack_checker_reporter(
> + const Thread_Control *running,
Yeah I see, should I raise an issue for discussion? I can start developing that right away. I would be happy to work on that.
--
View it on GitLab: https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/4#note_111314
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/20240819/c93dd5d2/attachment-0001.htm>
More information about the bugs
mailing list