]> git.sur5r.net Git - openocd/commit
aarch64: fix stepping from address
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Thu, 15 Sep 2016 07:14:31 +0000 (09:14 +0200)
committerMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Fri, 10 Feb 2017 13:01:39 +0000 (14:01 +0100)
commit9cc8cfe1b82ee333bbc6ca29bbc94f4419c8cf83
treeac5ea7fee345498dae2c0ebc0a9fbeaa8b3e0d11
parentae7f2094c95ad4195f9136f708d5b95b75874eed
aarch64: fix stepping from address

The step command optionally carries a resume address. In this case,
stepping should start not at the current PC, but at the given address.

Change-Id: Id5792a3745f470cf29efa90c63d65f33d36f6b25
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
src/target/aarch64.c