Hi

I am trying to enable dumpcore in Solo5 for OpenBSD's vmm by porting 
ukvm_dumpcore_freebsd_x86_64.c [1].

I am able to get all the registers from vmm using "ioctl(env->vmd_fd, 
VMM_IOC_READREGS, &vrp)" but i don't have a prstatus_t structure to fill in.

Does OpenBSD have a prstatus_t structure? if so which header file is it located 
in? or else what is the appropriate structure i should be using?

​Cheers
Adam​

[1] 
https://github.com/Solo5/solo5/blob/a6030aa2403e5630507b86150f2ea80e637eb9c9/ukvm/ukvm_dumpcore_freebsd_x86_64.c

Reply via email to