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

Chris Johns (@chris) gitlab at rtems.org
Wed Jun 25 23:36:23 UTC 2025




Chris Johns started a new discussion on cpukit/libdebugger/rtems-debugger-server.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/517#note_125377

 > +    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)

`*` on the right as the code has

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/517#note_125377
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/20250625/17f9111a/attachment.htm>


More information about the bugs mailing list