You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi colleagues,
I found unclear behavior of QEMU while debugging Zephyr. While CPU is in UserSpace mode (STATUS32 & (1 << 7) ==1) it's impossible to get system registers values because of QEMU falls with error:
Hi colleagues,
I found unclear behavior of QEMU while debugging Zephyr. While CPU is in UserSpace mode
(STATUS32 & (1 << 7) ==1)
it's impossible to get system registers values because of QEMU falls with error:How to reproduce
Build Zephyr with default GCC-compiler (or download prepared elf-example):
Start recent version of qemu (https://github.com/foss-for-synopsys-dwc-arc-processors/qemu):
Attach GDB:
Get GDB output:
Get QEMU output:
zephyr_user.zip
The text was updated successfully, but these errors were encountered: