Chris Johns started a new discussion on cpukit/libdebugger/rtems-debugger-server.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/517#note_125376 > + if (r < 0) { > + return NULL; > + } > + > + current = rtems_debugger_thread_current(threads); > + return ¤t[r]; > +} > + > +static int > +parse_get_tls_addr( > + uint8_t* buffer, > + int size, > + const char **thread_id_str, > + const char **offset_str, > + const char **lm_str > +) Please use the style in the existing code. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/517#note_125376 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs