commit | 600482c13d3d3612d71f39d8aaec47f63aafa801 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Feb 17 10:44:22 2010 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Mar 09 00:30:51 2010 -0500 |
tree | 87b347917f743a493de71d9655f7f336f4e92c73 | |
parent | e8f263dfd32a784a816fe68956e564f8ede4a9fc [diff] |
Blackfin: fix single stepping over system calls On Blackfin systems, the hardware single step exception triggers before the system call exception, so we need to save this info to process it later on. Otherwise, single stepping in userspace misses a few insns right after the system call. This is based a bit on the SuperH code added in commit 4b505db9c4c72dbd. Reported-by: Roland McGrath <roland@redhat.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>