Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtos/Zephyr.c: Fix thread->name reading for Zephyr 2.0.0.
Since Zephyr commit 38129ce1a651 ("kernel: fix CONFIG_THREAD_NAME from user mode.") the thread->name layout in memory has changed. Now the name is stored directly in k_thread structure. This commit changes the way how OpenOCD reads thread->name from memory according to the recent changes(which are the part of 2.0.0 release). Signed-off-by: Evgeniy Didin <didin@synopsys.com>
- Loading branch information