|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xenctx: recognize also -S option for --st
# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1308312572 -7200
# Node ID 4349543ee32f841387dc4eef5fa166448de39492
# Parent bff008a26377798a168d71a87b73f5eb7a1ea3ec
xenctx: recognize also -S option for --stack-trace
Update help text.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
---
diff -r bff008a26377 -r 4349543ee32f tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c Tue Jun 21 15:38:52 2011 +0100
+++ b/tools/xentrace/xenctx.c Fri Jun 17 14:09:32 2011 +0200
@@ -924,7 +924,7 @@
printf(" frame pointers.\n");
printf(" -s SYMTAB, --symbol-table=SYMTAB\n");
printf(" read symbol table from SYMTAB.\n");
- printf(" --stack-trace print a complete stack trace.\n");
+ printf(" -S --stack-trace print a complete stack trace.\n");
printf(" -k, --kernel-start\n");
printf(" set user/kernel split. (default
0xc0000000)\n");
#ifdef __ia64__
@@ -938,7 +938,7 @@
int main(int argc, char **argv)
{
int ch;
- static const char *sopts = "fs:hak:"
+ static const char *sopts = "fs:hak:S"
#ifdef __ia64__
"r:"
#endif
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xenctx: recognize also -S option for --stack-trace,
Xen patchbot-unstable <=
|
|
|
|
|