Quoting Christian König (2024-12-20 14:56:14) > Am 20.12.24 um 12:31 schrieb Mika Kuoppala: > > Implement debugger vm access for userptrs. > > > > When bind is done, take ref to current task so that > > we know from which vm the address was bound. Then during > > debugger pread/pwrite we use this target task as > > parameter to access the debuggee vm with access_process_vm(). > > > > This is based on suggestions from Thomas, Joonas and Simona. > > Yeah that looks much saner to me. I still have a couple of comments on > the general approach, but I'm going to write that up after my vacation. I see you've had some issues with mail servers, so just pinging here to see if any replies have got lost. Would be great to reach a consensus on the high level details before spinning off further series addressing the smaller items. Regards, Joonas > > Regards, > Christian.