commit | 01b9990a3fb84bb9a14017255ab1a4fa86588215 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Thu May 11 01:02:12 2023 +0200 |
committer | Thomas Huth <thuth@redhat.com> | Mon Jun 05 07:27:23 2023 +0200 |
tree | 327ec7a187145f2b748eccbd6e46cf8c5dcb2211 | |
parent | 230976232f4fcdc205d6ec53ec9f3804b28dc1e7 [diff] |
linux-user/s390x: Fix single-stepping SVC Currently single-stepping SVC executes two instructions. The reason is that EXCP_DEBUG for the SVC instruction itself is masked by EXCP_SVC. Fix by re-raising EXCP_DEBUG. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20230510230213.330134-2-iii@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>