Kinsey Moore commented on a discussion on cpukit/libdebugger/rtems-debugger-server.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/636#note_127767 > return 0; > } > > - target_address = thread->tcb->Registers.thread_id; > + context = &thread->tcb->Registers; > + target_address = (uintptr_t)_CPU_Get_TLS_thread_pointer(context); I was using it for line length control, but I can break the line instead. Fixed in latest push. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/636#note_127767 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
