TianoCore EDK2 master
|
#include "Edb.h"
Go to the source code of this file.
Functions | |
EFI_DEBUG_STATUS | DebuggerBreakOnCALL (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerBreakOnCALLEX (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerBreakOnRET (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerBreakOnEntrypoint (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerBreakOnThunk (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext) |
EFI_DEBUG_STATUS | DebuggerBreakOnKey (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 EdbCmdBreak.c.
EFI_DEBUG_STATUS DebuggerBreakOnCALL | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - BreakOnCALL.
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 EdbCmdBreak.c.
EFI_DEBUG_STATUS DebuggerBreakOnCALLEX | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand BreakOnCALLEX.
CommandArg | The argument for this command |
DebuggerPrivate | EBC Debugger private data structure |
ExceptionType | Exceptiont type. |
SystemContext | EBC system context. |
EFI_DEBUG_CONTINUE | formal return value |
Definition at line 70 of file EdbCmdBreak.c.
EFI_DEBUG_STATUS DebuggerBreakOnEntrypoint | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - BreakOnEntrypoint.
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 162 of file EdbCmdBreak.c.
EFI_DEBUG_STATUS DebuggerBreakOnKey | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - BreakOnKey.
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 257 of file EdbCmdBreak.c.
EFI_DEBUG_STATUS DebuggerBreakOnRET | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - BreakOnRET.
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 116 of file EdbCmdBreak.c.
EFI_DEBUG_STATUS DebuggerBreakOnThunk | ( | IN CHAR16 * | CommandArg, |
IN EFI_DEBUGGER_PRIVATE_DATA * | DebuggerPrivate, | ||
IN EFI_EXCEPTION_TYPE | ExceptionType, | ||
IN OUT EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
DebuggerCommand - BreakOnThunk.
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 210 of file EdbCmdBreak.c.