commit | 696673d192f52c2c5a702224ee21f005318a844b | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Thu Nov 16 15:39:19 2017 +0000 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Wed Nov 29 16:46:19 2017 +0100 |
tree | a7a25cf68c0197ab08ccf120b5b16c714092e8a1 | |
parent | 5553b142be11e794ebc0805950b2e8313f93d718 [diff] |
KVM: arm/arm64: debug: Introduce helper for single-step After emulating instructions we may want return to user-space to handle single-step debugging. Introduce a helper function, which, if single-step is enabled, sets the run structure for return and returns true. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Julien Thierry <julien.thierry@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>