Files
rtems/cpukit
Sebastian Huber 4c75bd88f3 Revert "libmisc/stackchk: Change stack checker reporter function signatures"
This reverts commit c1aa06dbd2.

Extending the rtems_stack_checker_info like this breaks the existing
visitor API used by rtems_stack_checker_iterate().  After review, using
an information structure contradicts the intention of the reporter to
allow a minimal reporting.  Filling up the information structure with
all the details would pull in several dependencies, like
_Thread_Get_name().  The API should be improved to provide the user with
the necessary information from the TCB without having to access members
directly.
2024-10-19 15:43:07 +00:00
..
2024-02-16 09:32:04 +01:00
2024-02-16 09:32:04 +01:00
2023-12-19 08:03:42 +01:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2024-09-19 04:34:55 +02:00