A collection of Zephyr west
extensions
for convenient debugging.
west dbt
can be added to any Zephyr project by adding the following to the
west.yml
manifest file.
- name: west-debug-tools
revision: main
url: https://github.com/hasheddan/west-debug-tools
west-commands: west-commands.yml
The following tools are currently supported.
Emits the file path, line number, and source at the specified address.
west dbt addr2src <address>