Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151000
b: refs/heads/master
c: 2b09ce9
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed May 27, 2009
1 parent 329dc35 commit 0d86966
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba9c3f550e5792fbce2bbd7a429bf6f6d1f45fda
refs/heads/master: 2b09ce98a25e467455ecd81354cc18381628be75
17 changes: 11 additions & 6 deletions trunk/drivers/acpi/acpica/dsopcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1386,14 +1386,19 @@ acpi_ds_exec_end_control_op(struct acpi_walk_state * walk_state,

case AML_BREAK_POINT_OP:

/* Call up to the OS service layer to handle this */

status =
acpi_os_signal(ACPI_SIGNAL_BREAKPOINT,
"Executed AML Breakpoint opcode");
/*
* Set the single-step flag. This will cause the debugger (if present)
* to break to the console within the AML debugger at the start of the
* next AML instruction.
*/
ACPI_DEBUGGER_EXEC(acpi_gbl_cm_single_step = TRUE);
ACPI_DEBUGGER_EXEC(acpi_os_printf
("**break** Executed AML BreakPoint opcode\n"));

/* If and when it returns, all done. */
/* Call to the OSL in case OS wants a piece of the action */

status = acpi_os_signal(ACPI_SIGNAL_BREAKPOINT,
"Executed AML Breakpoint opcode");
break;

case AML_BREAK_OP:
Expand Down

0 comments on commit 0d86966

Please sign in to comment.