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 A couple more registers and their common ...
details: https://anonhg.NetBSD.org/src/rev/a15c644ad908
branches: trunk
changeset: 761285:a15c644ad908
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Jan 22 20:24:48 2011 +0000
description:
A couple more registers and their common usage.
diffstat:
sys/arch/hppa/hppa/db_interface.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 7913f16655f2 -r a15c644ad908 sys/arch/hppa/hppa/db_interface.c
--- a/sys/arch/hppa/hppa/db_interface.c Sat Jan 22 19:46:46 2011 +0000
+++ b/sys/arch/hppa/hppa/db_interface.c Sat Jan 22 20:24:48 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_interface.c,v 1.25 2011/01/22 19:35:48 skrll Exp $ */
+/* $NetBSD: db_interface.c,v 1.26 2011/01/22 20:24:48 skrll Exp $ */
/* $OpenBSD: db_interface.c,v 1.16 2001/03/22 23:31:45 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.25 2011/01/22 19:35:48 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.26 2011/01/22 20:24:48 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -62,8 +62,8 @@
const struct db_variable db_regs[] = {
{ "flags", (long *)&ddb_regs.tf_flags, FCN_NULL },
{ "r1", (long *)&ddb_regs.tf_r1, FCN_NULL },
- { "rp", (long *)&ddb_regs.tf_rp, FCN_NULL },
- { "r3", (long *)&ddb_regs.tf_r3, FCN_NULL },
+ { "r2(rp)", (long *)&ddb_regs.tf_rp, FCN_NULL },
+ { "r3(fp)", (long *)&ddb_regs.tf_r3, FCN_NULL },
{ "r4", (long *)&ddb_regs.tf_r4, FCN_NULL },
{ "r5", (long *)&ddb_regs.tf_r5, FCN_NULL },
{ "r6", (long *)&ddb_regs.tf_r6, FCN_NULL },
Home |
Main Index |
Thread Index |
Old Index