[spu] throw error when target_read_memory fails
authorYao Qi <yao.qi@linaro.org>
Fri, 18 Mar 2016 14:39:09 +0000 (14:39 +0000)
committerYao Qi <yao.qi@linaro.org>
Fri, 18 Mar 2016 14:39:09 +0000 (14:39 +0000)
commit941319d15194580a047484a53f232d374dc2d712
tree076bd6243885f904fcc6508d6e1ffb73a904a88b
parent35ac8b3e2dbbe1fcd107dfcc6bbc4faed6bdc63f
[spu] throw error when target_read_memory fails

I happen to see that 1 is returned in spu_software_single_step when
target_read_memory returns 1.  It must be wrong.  That patch changes
it to throwing an error.  Note that I choose to throw error because I
find the code in the end of spu_software_single_step throws errors.

gdb:

2016-03-18  Yao Qi  <yao.qi@linaro.org>

* spu-tdep.c (spu_software_single_step): Throw error when
target_read_memory fails.
gdb/ChangeLog
gdb/spu-tdep.c