commit | 42086cec3263b8c015ca3faa01e8190f0e3ff445 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Mon Jan 28 15:55:01 2008 -0800 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 17:45:36 2008 -0800 |
tree | c28564042c13ee09e652dc176b6f8cd87ce10359 | |
parent | bdd362ff4ff8dc0c697ce87dbb337f3b7341fc46 [diff] |
[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: Chris Zankel <chris@zankel.net>