Deleted Added
full compact
dbmethod.c (278970) dbmethod.c (281396)
1/*******************************************************************************
2 *
3 * Module Name: dbmethod - Debug commands for control methods
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

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

391 WalkState->ParseFlags &= ~ACPI_PARSE_DELETE_TREE;
392 WalkState->ParseFlags |= ACPI_PARSE_DISASSEMBLE;
393
394 Status = AcpiPsParseAml (WalkState);
395 (void) AcpiDmParseDeferredOps (Op);
396
397 /* Now we can disassemble the method */
398
1/*******************************************************************************
2 *
3 * Module Name: dbmethod - Debug commands for control methods
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

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

391 WalkState->ParseFlags &= ~ACPI_PARSE_DELETE_TREE;
392 WalkState->ParseFlags |= ACPI_PARSE_DISASSEMBLE;
393
394 Status = AcpiPsParseAml (WalkState);
395 (void) AcpiDmParseDeferredOps (Op);
396
397 /* Now we can disassemble the method */
398
399 AcpiGbl_DbOpt_verbose = FALSE;
399 AcpiGbl_DbOpt_Verbose = FALSE;
400#ifdef ACPI_DISASSEMBLER
401 AcpiDmDisassemble (NULL, Op, 0);
402#endif
400#ifdef ACPI_DISASSEMBLER
401 AcpiDmDisassemble (NULL, Op, 0);
402#endif
403 AcpiGbl_DbOpt_verbose = TRUE;
403 AcpiGbl_DbOpt_Verbose = TRUE;
404
405 AcpiPsDeleteParseTree (Op);
406
407 /* Method cleanup */
408
409 AcpiNsDeleteNamespaceSubtree (Method);
410 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
411 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
412 return (AE_OK);
413}
414
415#endif /* ACPI_DEBUGGER */
404
405 AcpiPsDeleteParseTree (Op);
406
407 /* Method cleanup */
408
409 AcpiNsDeleteNamespaceSubtree (Method);
410 AcpiNsDeleteNamespaceByOwner (ObjDesc->Method.OwnerId);
411 AcpiUtReleaseOwnerId (&ObjDesc->Method.OwnerId);
412 return (AE_OK);
413}
414
415#endif /* ACPI_DEBUGGER */