TianoCore EDK2 master
|
#include "Edb.h"
Go to the source code of this file.
Functions | |
CHAR16 * | EdbBranchTypeToStr (IN EFI_DEBUGGER_BRANCH_TYPE Type) |
EFI_DEBUG_STATUS | DebuggerCallStack (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerInstructionBranch (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
Variables | |
CHAR16 * | mBranchTypeStr [] |
Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EdbCmdBranch.c.
EFI_DEBUG_STATUS DebuggerCallStack | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - CallStack.
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 53 of file EdbCmdBranch.c.
EFI_DEBUG_STATUS DebuggerInstructionBranch | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - InstructionBranch.
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 259 of file EdbCmdBranch.c.
CHAR16 * EdbBranchTypeToStr | ( | IN EFI_DEBUGGER_BRANCH_TYPE | Type | ) |
Comvert Branch Type to string.
Type | Branch Type |
String | string of Branch Type. |
Definition at line 29 of file EdbCmdBranch.c.
CHAR16* mBranchTypeStr[] |
Definition at line 11 of file EdbCmdBranch.c.