commit | bf1b03fe182eb5a0df9ec6fc4121d8a36e1fdb97 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Apr 25 12:52:57 2011 -0700 |
committer | Richard Henderson <rth@anchor.twiddle.net> | Tue May 31 10:18:04 2011 -0700 |
tree | 63abb2aaabe344fe367636b6f2ac02fd2d92ab42 | |
parent | b9bec751c8c8b08d8055da32306eb105db03031b [diff] |
target-alpha: Single-step properly across branches. We were failing to generate EXC_DEBUG in the EXIT_PC_UPDATED path. This caused us not to stop at the instruction after a branch, but on the instruction afterward. Signed-off-by: Richard Henderson <rth@twiddle.net>