Skip to content
Commit 42086cec authored by Chris Zankel's avatar Chris Zankel
Browse files

[XTENSA] Allow debugger to modify the WINDOWBASE register.



For the 'return' command, GDB needs to adjust WINDOWBASE.
In case WB is different from 0, we need to rotate the
window register file and update WINDOWSTART and WMASK.
This patch also removes some ret|= statements for
__get_user/__put_user as the address range was alrady
checked a couple of lines earlier.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent bdd362ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment