commit | 1d085f6cae51b1a0fb92ad03ce8bf038e29c9750 | [log] [tgz] |
---|---|---|
author | Thierry Bultel <thierry.bultel@basystemes.fr> | Fri Jun 12 11:24:10 2015 +0200 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Jun 16 08:21:02 2015 +0300 |
tree | 7346acda33fd8e652182a38486a0c696147b5dac | |
parent | 876e23cb2e545148a0ee4effda5c63c861855941 [diff] |
linux-user: fix the breakpoint inheritance in spawned threads When a thread is spawned, cpu_copy re-initializes the bp & wp lists of current thread, instead of the ones of the new thread. The effect is that breakpoints are no longer hit. Signed-off-by: Thierry Bultel <thierry.bultel@basystemes.fr> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>