Date: Tue, 13 Sep 2016 19:18:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 212667] [PATCH] machdep.c: check DDB_ENABLED before defining SPR/db_show_table Message-ID: <bug-212667-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212667 Bug ID: 212667 Summary: [PATCH] machdep.c: check DDB_ENABLED before defining SPR/db_show_table Product: Base System Version: CURRENT Hardware: powerpc OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: kennethsalerno@yahoo.com Keywords: patch Created attachment 174741 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174741&action= =3Dedit patch to check if ddb is enabled in kernel before defining debugger commands In reference to this change last month: r304051 | jhibbits | 2016-08-13 14:46:49 -0400 (Sat, 13 Aug 2016) | 21 lines Add a kdb show command to print arbitrary SPRs on PowerPC ---------------------------------------------------------------------------= -- The attached patch checks first if DDB is enabled in the kernel configurati= on before defining db_show_table (DB_SHOW_COMMAND(spr, db_show_spr)).=20 The behavior before this patch is a powerpc/powerpc64 kernel with DDB disab= led fails to link with an undefined reference to db_show_table. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212667-8>