TianoCore EDK2 master
|
#include "EdbCommon.h"
#include "EdbSupport.h"
#include "EdbCommand.h"
#include "EdbDisasm.h"
#include "EdbDisasmSupport.h"
#include "EdbSymbol.h"
#include "EdbHook.h"
Go to the source code of this file.
Macros | |
#define | EBC_DEBUGGER_MAJOR_VERSION 1 |
#define | EBC_DEBUGGER_MINOR_VERSION 0 |
#define | EFI_DEBUG_RETURN 1 |
#define | EFI_DEBUG_BREAK 2 |
#define | EFI_DEBUG_CONTINUE 3 |
Functions | |
EFI_STATUS | EfiDebuggerEntrypoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
VOID EFIAPI | EdbExceptionHandler (IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
Variables | |
EFI_DEBUGGER_PRIVATE_DATA | mDebuggerPrivate |
Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Edb.h.
VOID EFIAPI EdbExceptionHandler | ( | IN EFI_EXCEPTION_TYPE | ExceptionType, |
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
EFI_STATUS EfiDebuggerEntrypoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Driver Entry point.
ImageHandle | ImageHandle of the loaded driver. |
SystemTable | Pointer to the EFI System Table. |
|
extern |