X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_debug.c;h=5d018edbc53023b3097aebde8b38b5c26ba8370a;hb=60ad6a41c6d0ee08ed689e8505eb0c3df0c2a289;hp=b6096463cd8c56d4e7fa3fa29c41d48796ef6e2d;hpb=e784113618800cede961f9a86084a96d20179e1c;p=palacios.git diff --git a/linux_usr/v3_debug.c b/linux_usr/v3_debug.c index b609646..5d018ed 100644 --- a/linux_usr/v3_debug.c +++ b/linux_usr/v3_debug.c @@ -22,7 +22,16 @@ int main(int argc, char* argv[]) { struct v3_debug_cmd cmd; if (argc < 4) { - printf("Usage: v3_core_migrate \n"); + printf("usage: v3_debug \n"); + printf("This will cause debugging output to be sent to the log\n\n"); + printf(": \n"); + printf(" 1 telemetry\n"); + printf(" 2 core state\n"); + printf(" 3 arch state\n"); + printf(" 4 stack\n"); + printf(" 5 backtrace\n"); + printf(" 100 everything\n"); + printf(" 101 telemetry+core state+arch state\n"); return -1; }