TianoCore EDK2 master
|
Go to the source code of this file.
Variables | |
EFI_DEBUGGER_PRIVATE_DATA | mDebuggerPrivate |
CHAR16 * | mExceptionStr [] |
Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Edb.c.
EFI_STATUS DeinitDebuggerPrivateData | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, |
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN EFI_SYSTEM_CONTEXT | SystemContext, | ||
IN BOOLEAN | Initialized | ||
) |
VOID EdbCheckBreakpoint | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, |
IN EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
VOID EdbClearAllBreakpoint | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, |
IN BOOLEAN | NeedRemove | ||
) |
VOID EdbClearSymbol | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate | ) |
VOID EFIAPI EdbExceptionHandler | ( | IN EFI_EXCEPTION_TYPE | ExceptionType, |
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
VOID EdbSetAllBreakpoint | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate | ) |
EFI_STATUS InitDebuggerPrivateData | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, |
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN EFI_SYSTEM_CONTEXT | SystemContext, | ||
IN BOOLEAN | Initialized | ||
) |
VOID PrintExceptionReason | ( | IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, |
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN EFI_SYSTEM_CONTEXT | SystemContext, | ||
IN BOOLEAN | Initialized | ||
) |
EFI_DEBUGGER_PRIVATE_DATA mDebuggerPrivate |
CHAR16* mExceptionStr[] |