Re: [PATCH 0/2] Fix GDB support for macOS hvf

2025-05-02 Thread Peter Maydell
On Wed, 2 Apr 2025 at 14:52, Mads Ynddal wrote: > > From: Mads Ynddal > > In (recent versions of?) macOS, calls to hv_vcpu_set_sys_reg were failing if > they were issued outside of the specific thread that owns the vCPU. > > This caused a crash when attaching a debugger through the GDB stub. > >

Re: [PATCH 0/2] Fix GDB support for macOS hvf

2025-04-14 Thread Mads Ynddal
> In (recent versions of?) macOS, calls to hv_vcpu_set_sys_reg were failing if > they were issued outside of the specific thread that owns the vCPU. > > This caused a crash when attaching a debugger through the GDB stub. > > This GDB stub has worked before, so it is unclear if Apple changed the