TianoCore EDK2 master
|
#include "BaseLibInternals.h"
Go to the source code of this file.
Functions | |
VOID | RiscVCpuBreakpoint (VOID) |
VOID EFIAPI | CpuBreakpoint (VOID) |
CPU breakpoint for RISC-V
Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CpuBreakpoint.c.
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 25 of file CpuBreakpoint.c.