RTEMS | Draft: microblaze/cpukit/cpuuse: add max cpu / bt support (!843)
Sam Price (@TheSamPrice)
gitlab at rtems.org
Mon Dec 1 16:15:15 UTC 2025
Sam Price started a new discussion on cpukit/include/rtems/cpuuse_backtrace.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/843#note_136475
> + int frame_count;
> +
> + /**
> + * @brief Array of stack frames.
> + */
> + rtems_backtrace_frame_t frames[RTEMS_CPUUSE_BACKTRACE_MAX_FRAMES];
> +
> + /**
> + * @brief Status of backtrace generation.
> + */
> + rtems_status_code status;
> +
> + /**
> + * @brief Architecture-specific error information.
> + */
> + uint32_t arch_error;
This isnt used remove?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/843#note_136475
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/20251201/84cc66f9/attachment.htm>
More information about the bugs
mailing list