TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
void | __debugbreak (VOID) |
VOID EFIAPI | CpuBreakpoint (VOID) |
CpuBreakpoint function.
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CpuBreakpoint.c.
void __debugbreak | ( | VOID | ) |
Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics.
VOID EFIAPI CpuBreakpoint | ( | VOID | ) |
Generates a breakpoint on the CPU.
Generates a breakpoint on the CPU. The breakpoint must be implemented such that code can resume normal execution after the breakpoint.
Definition at line 29 of file CpuBreakpoint.c.