syslib function for VMCTL_STACKTRACE
This commit is contained in:
parent
710f44c4b8
commit
46ecfa2b5c
@ -59,3 +59,8 @@ PUBLIC int sys_vmctl_get_memreq(endpoint_t *who, vir_bytes *mem,
|
|||||||
}
|
}
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PUBLIC int sys_vmctl_stacktrace(endpoint_t who)
|
||||||
|
{
|
||||||
|
return sys_vmctl(who, VMCTL_STACKTRACE, 0);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user