]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[Cell/B.E.] Make parse_spufs_run more robust
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 27 Aug 2015 17:27:40 +0000 (19:27 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 27 Aug 2015 17:27:40 +0000 (19:27 +0200)
commit791bb1f4a6310cd7f894e370607dfc05c9cb0727
tree65904f5e689550435472de3217c43dcf800c0b3a
parent1db33b5a028820d1eb656bffff727090a5504253
[Cell/B.E.] Make parse_spufs_run more robust

With recent changes to inferior handling, parse_spufs_run needs to be
more careful in assumptions it makes.  In particular, this patch:

- Bails out early if the current inferior has not yet been registered
  (e.g. during fork procession) to avoid assertion failures in register
  cache code.

- Sets inferior_ptid to the current ptid while calling target_read_memory
  to make sure the correct process is accessed if parse_spufs_run is
  called early when inferior_ptid has not yet been switched by the caller.

ChangeLog:

* spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
registered yet.  Set inferior_ptid while calling target_read_memory.
gdb/ChangeLog
gdb/spu-multiarch.c