Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtos: Fix reading Zephyr thread name and update debug symbol names (#…
…1320) * rtos: Fix reading Zephyr thread name The Zephyr thread structure was changed to hold a buffered copy of the thread name rather than a pointer to the thread name, in order to fix potential access issues when reading from user mode. This was implemented in Zephyr v2.0.0 and backported to the 1.14 LTS branch. See zephyrproject-rtos/zephyr#17071 for further details. Signed-off-by: Maureen Helm <[email protected]> * rtos: Update Zephyr debug symbol names Zephyr thread awareness was first introduced for OpenOCD, then later extended to include pyOCD and J-Link. The debug symbol names were renamed to reflect that this support is no longer specific to OpenOCD. The old symbols were deprecated in Zephyr v2.6.0 and will be removed after two releases. See zephyrproject-rtos/zephyr#33283 for further details. Signed-off-by: Maureen Helm <[email protected]>
- Loading branch information