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

Kinsey Moore (@opticron) gitlab at rtems.org
Thu Jun 26 00:49:28 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_125382

 > +    return 1;
 > +  }
 > +  *offset_str += 1;
 > +
 > +  *lm_str = strchr(*offset_str, ',');
 > +  if (*lm_str == NULL || *lm_str - (char*)buffer >= size) {
 > +    /* malformed packet */
 > +    return 1;
 > +  }
 > +  *lm_str += 1;
 > +
 > +  return 0;
 > +}
 > +
 > +static int
 > +remote_gq_get_tls_addr(uint8_t* buffer, int size)

I think I have addressed this issue.

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


More information about the bugs mailing list