commit | c014e15a2f667f91b5c2d08a90d77197a89d8065 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jun 24 20:02:58 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Sep 16 21:28:45 2009 -0400 |
tree | 8c02bf94abe2fcc53b8be94da527bbb2a42c671f | |
parent | 18070dd6692a35bec266ed9ea559c24da4fdeeef [diff] |
Blackfin: convert ptrace to new memory functions Now that we have a Blackfin memory function to figure out how to properly access the different regions, drop the custom memory range checks in our ptrace code and use that. It makes the code nicer and fixes bugs where the ptrace logic wasn't handling all the different regions. Signed-off-by: Mike Frysinger <vapier@gentoo.org>