Deleted Added
full compact
dbexec.c (127175) dbexec.c (128212)
1/*******************************************************************************
2 *
3 * Module Name: dbexec - debugger control method execution
1/*******************************************************************************
2 *
3 * Module Name: dbexec - debugger control method execution
4 * $Revision: 59 $
4 * $Revision: 60 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.

--- 466 unchanged lines hidden (view full) ---

479 AcpiOsPrintf ("%s During execution of %s at iteration %X\n",
480 AcpiFormatException (Status), Info->Pathname, i);
481 if (Status == AE_ABORT_METHOD)
482 {
483 break;
484 }
485 }
486
5 *
6 ******************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.

--- 466 unchanged lines hidden (view full) ---

479 AcpiOsPrintf ("%s During execution of %s at iteration %X\n",
480 AcpiFormatException (Status), Info->Pathname, i);
481 if (Status == AE_ABORT_METHOD)
482 {
483 break;
484 }
485 }
486
487 if ((i % 1000) == 0)
487 if ((i % 100) == 0)
488 {
489 AcpiOsPrintf ("%d executions\n", i);
490 }
491
492#if 0
493 if (ReturnObj.Length)
494 {
495 AcpiOsPrintf ("Execution of %s returned object %p Buflen %X\n",

--- 108 unchanged lines hidden ---
488 {
489 AcpiOsPrintf ("%d executions\n", i);
490 }
491
492#if 0
493 if (ReturnObj.Length)
494 {
495 AcpiOsPrintf ("Execution of %s returned object %p Buflen %X\n",

--- 108 unchanged lines hidden ---