From 46ecfa2b5c1d5fa03a0a8777ae13c9fda54fefb8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 16 Dec 2008 14:42:32 +0000 Subject: [PATCH] syslib function for VMCTL_STACKTRACE --- lib/syslib/sys_vmctl.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/syslib/sys_vmctl.c b/lib/syslib/sys_vmctl.c index 8339a73a9..62cb4a8d2 100755 --- a/lib/syslib/sys_vmctl.c +++ b/lib/syslib/sys_vmctl.c @@ -59,3 +59,8 @@ PUBLIC int sys_vmctl_get_memreq(endpoint_t *who, vir_bytes *mem, } return r; } + +PUBLIC int sys_vmctl_stacktrace(endpoint_t who) +{ + return sys_vmctl(who, VMCTL_STACKTRACE, 0); +} -- 2.44.0