RTEMS | microblaze/cpukit/cpuuse: add max cpu / bt support (!843)

Chris Johns (@chris) gitlab at rtems.org
Mon Nov 24 02:03:06 UTC 2025




Chris Johns commented on a discussion on cpukit/include/rtems/cpuuse_backtrace.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/843#note_136220

 > + */
 > +#define RTEMS_CPUUSE_BACKTRACE_MAX_FRAMES 64
 > +
 > +/**
 > + * @brief Stack frame information for backtrace.
 > + */
 > +typedef struct {
 > +  /**
 > +   * @brief Frame address (program counter).
 > +   */
 > +  uintptr_t address;
 > +  
 > +  /**
 > +   * @brief Resolved symbol name (32 bytes, null-terminated).
 > +   */
 > +  char symbol_name[32];

If this is also from `libdl` then I suggest we work to referencing the symbol there. It has to hold the complement mangled 347 character symbol?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/843#note_136220
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/20251124/f4cdb0fc/attachment-0001.htm>


More information about the bugs mailing list