RTEMS | cpukit/libdebugger: Address clobbered warnings (!820)

Kinsey Moore (@opticron) gitlab at rtems.org
Mon Nov 3 03:28:18 UTC 2025




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

 >      uintptr_t addr;
 >      DB_UINT length;
 >      int     r;
 > -    addr = hex_decode_addr(&buffer[1]);
 > -    length = hex_decode_uint((const uint8_t*) comma + 1);
 >      remote_packet_out_reset();
 > -    r = rtems_debugger_target_start_memory_access();
 > -    if (r == 0) {
 > +    if (rtems_debugger_target_start_memory_access() == 0) {

Done.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/820#note_135595
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/20251103/e486da76/attachment-0001.htm>


More information about the bugs mailing list