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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to