TianoCore EDK2 master
|
#include "Edb.h"
Go to the source code of this file.
Functions | |
EFI_DEBUG_STATUS | DebuggerExtIoIB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerExtIoIW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerExtIoID (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerExtIoOB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerExtIoOW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerExtIoOD (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EdbCmdExtIo.c.
EFI_DEBUG_STATUS DebuggerExtIoIB | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - IB.
CommandArg | The argument for this command |
DebuggerPrivate | EBC Debugger private data structure |
ExceptionType | Exception type. |
SystemContext | EBC system context. |
EFI_DEBUG_CONTINUE | formal return value |
Definition at line 24 of file EdbCmdExtIo.c.
EFI_DEBUG_STATUS DebuggerExtIoID | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - ID.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Exception type. |
SystemContext | - EBC system context. |
EFI_DEBUG_CONTINUE | - formal return value |
Definition at line 80 of file EdbCmdExtIo.c.
EFI_DEBUG_STATUS DebuggerExtIoIW | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - IW.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Exception type. |
SystemContext | - EBC system context. |
EFI_DEBUG_CONTINUE | - formal return value |
Definition at line 52 of file EdbCmdExtIo.c.
EFI_DEBUG_STATUS DebuggerExtIoOB | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - OB.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_CONTINUE | - formal return value |
Definition at line 107 of file EdbCmdExtIo.c.
EFI_DEBUG_STATUS DebuggerExtIoOD | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - OD.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_CONTINUE | - formal return value |
Definition at line 161 of file EdbCmdExtIo.c.
EFI_DEBUG_STATUS DebuggerExtIoOW | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - OW.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_CONTINUE | - formal return value |
Definition at line 134 of file EdbCmdExtIo.c.