Re: [PATCH] Update mach_debug interfaces to use struct.

2022-11-24 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 22 nov. 2022 23:46:31 -0500, a ecrit: > The new interfaces will be compatible both with a 64 bits kernel and > userland and 64 bits kernel and 32 bit userland. Also removed many > of the uses of natural_t where an unsigned int suffices. Ideally we > should rep

[PATCH] Update mach_debug interfaces to use struct.

2022-11-22 Thread Flavio Cruz
The new interfaces will be compatible both with a 64 bits kernel and userland and 64 bits kernel and 32 bit userland. Also removed many of the uses of natural_t where an unsigned int suffices. Ideally we should replace natural_t with something more portable such as uintptr_t or a basic int type for