mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 23:09:18 +03:00
More debug output for objects
date 2004.07.14.17.15.00; author rmoore1; state Exp;
This commit is contained in:
parent
7be8bd667b
commit
261be7c9ed
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user