Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa Fix the usage/help for mach frame.



details:   https://anonhg.NetBSD.org/src/rev/12976d204bbe
branches:  trunk
changeset: 772366:12976d204bbe
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 31 08:34:49 2011 +0000

description:
Fix the usage/help for mach frame.

diffstat:

 sys/arch/hppa/hppa/db_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r e6289bb34098 -r 12976d204bbe sys/arch/hppa/hppa/db_machdep.c
--- a/sys/arch/hppa/hppa/db_machdep.c   Sat Dec 31 01:16:09 2011 +0000
+++ b/sys/arch/hppa/hppa/db_machdep.c   Sat Dec 31 08:34:49 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_machdep.c,v 1.3 2011/01/22 19:35:48 skrll Exp $     */
+/*     $NetBSD: db_machdep.c,v 1.4 2011/12/31 08:34:49 skrll Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.3 2011/01/22 19:35:48 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.4 2011/12/31 08:34:49 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/lwp.h>
@@ -43,9 +43,9 @@
 const struct db_command db_machine_command_table[] = {
        { DDB_ADD_CMD("frame",  db_dump_trap,   0,
          "Displays the contents of a trapframe",
-         "[/u] [addr]",
+         "[/l] [addr]",
          "   addr:\tdisplay this trap frame (current kernel frame otherwise)\n"
-         "   /u:\tdisplay the current userland trap frame") },
+         "   /l:\tdisplay the trap frame from lwp") },
        { DDB_ADD_CMD(NULL,     NULL,           0, NULL, NULL, NULL) }
 };
 



Home | Main Index | Thread Index | Old Index