More debug output for objects

date	2004.07.14.17.15.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:17:47 +00:00
parent 7be8bd667b
commit 261be7c9ed

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbcmds - debug commands and output routines
* $Revision: 1.114 $
* $Revision: 1.115 $
*
******************************************************************************/
@ -916,6 +916,8 @@ AcpiDbWalkForSpecificObjects (
if (ObjDesc)
{
AcpiOsPrintf (" %p/%p", ObjHandle, ObjDesc);
switch (ACPI_GET_OBJECT_TYPE (ObjDesc))
{
case ACPI_TYPE_METHOD: