Replies: 4 comments 2 replies
-
Hi @rflmota - It's not super obvious, but what I often do when I debug is west build -p auto -b board -t debugserver path/to/app \
-- \
-DCONFIG_NO_OPTIMIZATIONS=y \
-DCONFIG_DEBUG=y \
-DCONFIG_DEBUG_INFO=y \
-DCONFIG_DEBUG_THREAD_INFO=y Those extra options have the following effects:
You can always navigate Kconfig options through ![]() |
Beta Was this translation helpful? Give feedback.
-
Hello @cfriedt , thank you for your tips, I tried them but wasn't successful when running on |
Beta Was this translation helpful? Give feedback.
-
In this case, I think |
Beta Was this translation helpful? Give feedback.
-
I filed an issue for this, in case you are interested: zephyrproject-rtos/sdk-ng#691 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm current learning Zephyr and was trying to run some samples on the provided qemu targets (
qemu_cortex_m3
), although I noticed when attaching withgdb
there's no thread information provided bythreads
command. Is it possible to get thread awareness information with gdb running on qemu targets?Beta Was this translation helpful? Give feedback.
All reactions