Re: [BUG]QEMU jump into interrupt when single-stepping on aarch64

2022-04-12 Thread Shuai Xue
在 2022/4/7 PM12:10, Shuai Xue 写道: > 在 2022/4/7 AM12:57, Richard Henderson 写道: >> On 4/6/22 09:30, Shuai Xue wrote: >>> Dear, folks, >>> >>> I try to debug Linux kernel with QEMU in single-stepping mode on aarch64 >>> platform, >>> the added b

Re: [BUG]QEMU jump into interrupt when single-stepping on aarch64

2022-04-06 Thread Shuai Xue
在 2022/4/7 AM12:57, Richard Henderson 写道: > On 4/6/22 09:30, Shuai Xue wrote: >> Dear, folks, >> >> I try to debug Linux kernel with QEMU in single-stepping mode on aarch64 >> platform, >> the added breakpoint hits but after I type `step`, the gdb always jumps

[BUG]QEMU jump into interrupt when single-stepping on aarch64

2022-04-06 Thread Shuai Xue
Dear, folks, I try to debug Linux kernel with QEMU in single-stepping mode on aarch64 platform, the added breakpoint hits but after I type `step`, the gdb always jumps into interrupt. My env: gdb-10.2 qemu-6.2.0 host kernel: 5.10.84 VM kernel: 5.10.84 The steps