TianoCore EDK2 master
|
#include "Edb.h"
Go to the source code of this file.
Functions | |
UINTN | EdbDisplayMemoryUnit (IN UINTN Address, IN EDB_DATA_WIDTH Width) |
VOID | EdbDisplayMemory (IN UINTN Address, IN UINTN Count, IN EDB_DATA_WIDTH Width) |
VOID | EdbEnterMemory (IN UINTN Address, IN VOID *Value, IN EDB_DATA_WIDTH Width) |
EFI_STATUS | EdbGetMemoryAddressCount (IN CHAR16 *CommandArg, IN UINTN *Address, IN UINTN *Count) |
EFI_STATUS | EdbGetMemoryAddressValue (IN CHAR16 *CommandArg, IN UINTN *Address, IN UINT64 *Value) |
EFI_DEBUG_STATUS | DebuggerMemoryDisplay (IN CHAR16 *CommandArg, IN EDB_DATA_WIDTH Width) |
EFI_DEBUG_STATUS | DebuggerMemoryEnter (IN CHAR16 *CommandArg, IN EDB_DATA_WIDTH Width) |
EFI_DEBUG_STATUS | DebuggerMemoryDB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryDW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryDD (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryDQ (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryEB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryEW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryED (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerMemoryEQ (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 EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryDB | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - DB.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 415 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryDD | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - DD.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 461 of file EdbCmdMemory.c.
Display memory.
CommandArg | - The argument for this command |
Width | - Memory Width |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 335 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryDQ | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - DQ.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Exception type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 484 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryDW | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - DW.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 438 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryEB | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - EB.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Exception type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 507 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryED | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - ED.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Exception type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 553 of file EdbCmdMemory.c.
Enter memory.
CommandArg | - The argument for this command |
Width | - Memory Width |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 374 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryEQ | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - EQ.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Exception type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 576 of file EdbCmdMemory.c.
EFI_DEBUG_STATUS DebuggerMemoryEW | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - EW.
CommandArg | - The argument for this command |
DebuggerPrivate | - EBC Debugger private data structure |
ExceptionType | - Interrupt type. |
SystemContext | - EBC system context. |
EFI_DEBUG_RETURN | - formal return value |
Definition at line 530 of file EdbCmdMemory.c.
Display memory.
Address | - Memory Address |
Count | - Memory Count |
Width | - Memory Width |
Definition at line 73 of file EdbCmdMemory.c.
Display memory unit.
Address | - Memory Address |
Width | - Memory Width |
Definition at line 22 of file EdbCmdMemory.c.
Entry memory.
Address | - Memory Address |
Value | - Memory Value |
Width | - Memory Width |
Definition at line 171 of file EdbCmdMemory.c.
EFI_STATUS EdbGetMemoryAddressCount | ( | IN CHAR16 * | CommandArg, |
IN UINTN * | Address, | ||
IN UINTN * | Count | ||
) |
Get memory address and count.
CommandArg | - The argument for this command |
Address | - Memory Address |
Count | - Memory Count |
EFI_SUCCESS | - memory address and count are got |
EFI_INVALID_PARAMETER | - something wrong |
Definition at line 210 of file EdbCmdMemory.c.
EFI_STATUS EdbGetMemoryAddressValue | ( | IN CHAR16 * | CommandArg, |
IN UINTN * | Address, | ||
IN UINT64 * | Value | ||
) |
Get memory address and value.
CommandArg | - The argument for this command |
Address | - Memory Address |
Value | - Memory Value |
EFI_SUCCESS | - memory address and value are got |
EFI_INVALID_PARAMETER | - something wrong |
Definition at line 273 of file EdbCmdMemory.c.