memfault / memfault-firmware-sdk

Memfault SDK for embedded systems. Observability, logging, crash reporting, and OTA all in one service. More information at https://docs.memfault.com.
https://memfault.com
Other
149 stars 75 forks source link

Make sure `get_current_registers()` works when `info reg all` doesn't #44

Closed alvarop closed 1 year ago

alvarop commented 1 year ago

The gdb info reg all command fails on my STM32U575. info reg works just fine. This will revert to info reg when info reg all fails.

chrisc11 commented 1 year ago

Thanks @alvarop -- we will pick up in next release!

tyhoff commented 1 year ago

We've merged the fix into our main branch and it will be available on the next package & release cycle.

Thanks for filing this!