RTEMS | cpukit/libdebugger: Add support for TLS variables (!517)

Kinsey Moore (@opticron) gitlab at rtems.org
Thu Jun 26 00:43:08 UTC 2025




Kinsey Moore commented on a discussion on cpukit/libdebugger/rtems-debugger-server.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/517#note_125378

 > +  if (r < 0) {
 > +    return NULL;
 > +  }
 > +
 > +  current = rtems_debugger_thread_current(threads);
 > +  return &current[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
 > +)

Are you referring to `type *name` vs `type* name`?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/517#note_125378
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/20250626/84c99e38/attachment-0001.htm>


More information about the bugs mailing list